diff options
Diffstat (limited to 'arch/arm/plat-mxc/cpu.c')
| -rw-r--r-- | arch/arm/plat-mxc/cpu.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/plat-mxc/cpu.c b/arch/arm/plat-mxc/cpu.c deleted file mode 100644 index f5b7e0fa237..00000000000 --- a/arch/arm/plat-mxc/cpu.c +++ /dev/null @@ -1,20 +0,0 @@ - -#include <linux/module.h> -#include <mach/hardware.h> - -unsigned int __mxc_cpu_type; -EXPORT_SYMBOL(__mxc_cpu_type); - -void mxc_set_cpu_type(unsigned int type) -{ - __mxc_cpu_type = type; -} - -void imx_print_silicon_rev(const char *cpu, int srev) -{ - if (srev == IMX_CHIP_REVISION_UNKNOWN) - pr_info("CPU identified as %s, unknown revision\n", cpu); - else - pr_info("CPU identified as %s, silicon rev %d.%d\n", - cpu, (srev >> 4) & 0xf, srev & 0xf); -} |
