diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap-smp.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-smp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap-smp.c b/arch/arm/mach-omap2/omap-smp.c index 3c87468ce9cb..5f10f38354ae 100644 --- a/arch/arm/mach-omap2/omap-smp.c +++ b/arch/arm/mach-omap2/omap-smp.c | |||
@@ -121,12 +121,6 @@ void __init smp_init_cpus(void) | |||
121 | ncores = get_core_count(); | 121 | ncores = get_core_count(); |
122 | 122 | ||
123 | /* sanity check */ | 123 | /* sanity check */ |
124 | if (ncores == 0) { | ||
125 | printk(KERN_ERR | ||
126 | "OMAP4: strange core count of 0? Default to 1\n"); | ||
127 | ncores = 1; | ||
128 | } | ||
129 | |||
130 | if (ncores > NR_CPUS) { | 124 | if (ncores > NR_CPUS) { |
131 | printk(KERN_WARNING | 125 | printk(KERN_WARNING |
132 | "OMAP4: no. of cores (%d) greater than configured " | 126 | "OMAP4: no. of cores (%d) greater than configured " |