]> Git Repo - J-linux.git/blob - arch/arm/plat-mxc/cpu.c
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / arm / plat-mxc / cpu.c
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
This page took 0.022883 seconds and 4 git commands to generate.