Merge commit 'v2.6.34-rc2' into perf/core
[deliverable/linux.git] / arch / arm / plat-mxc / cpu.c
CommitLineData
198016e1
SH
1
2#include <linux/module.h>
3
4unsigned int __mxc_cpu_type;
5EXPORT_SYMBOL(__mxc_cpu_type);
6
7void mxc_set_cpu_type(unsigned int type)
8{
9 __mxc_cpu_type = type;
10}
11
This page took 0.094131 seconds and 5 git commands to generate.