diff options
Diffstat (limited to 'arch/arm/mach-realview/platsmp.c')
-rw-r--r-- | arch/arm/mach-realview/platsmp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-realview/platsmp.c b/arch/arm/mach-realview/platsmp.c index 108e92f9746b..13116cd37639 100644 --- a/arch/arm/mach-realview/platsmp.c +++ b/arch/arm/mach-realview/platsmp.c | |||
@@ -161,13 +161,6 @@ void __init smp_init_cpus(void) | |||
161 | unsigned int i, ncores = get_core_count(); | 161 | unsigned int i, ncores = get_core_count(); |
162 | 162 | ||
163 | /* sanity check */ | 163 | /* sanity check */ |
164 | if (ncores == 0) { | ||
165 | printk(KERN_ERR | ||
166 | "Realview: strange CM count of 0? Default to 1\n"); | ||
167 | |||
168 | ncores = 1; | ||
169 | } | ||
170 | |||
171 | if (ncores > NR_CPUS) { | 164 | if (ncores > NR_CPUS) { |
172 | printk(KERN_WARNING | 165 | printk(KERN_WARNING |
173 | "Realview: no. of cores (%d) greater than configured " | 166 | "Realview: no. of cores (%d) greater than configured " |