ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=
[zen-stable.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;