Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile...
[linux-2.6.git] / arch / arm / plat-mxc / cpu.c
blob386e0d52cf587a3ee08436b3c8576f6a5122b160
2 #include <linux/module.h>
4 unsigned int __mxc_cpu_type;
5 EXPORT_SYMBOL(__mxc_cpu_type);
7 void mxc_set_cpu_type(unsigned int type)
9 __mxc_cpu_type = type;