repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfs: rename xfs_bmapi to xfs_bmapi_write
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
arm
/
plat-mxc
/
cpu.c
blob
386e0d52cf587a3ee08436b3c8576f6a5122b160
1
2
#include <linux/module.h>
3
4
unsigned int
__mxc_cpu_type
;
5
EXPORT_SYMBOL
(
__mxc_cpu_type
);
6
7
void
mxc_set_cpu_type
(
unsigned int
type
)
8
{
9
__mxc_cpu_type
=
type
;
10
}
11