diff options
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/hotplug.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-ux500/hotplug.c b/arch/arm/mach-ux500/hotplug.c index 7a4890b96e5c..dd8037ebccf8 100644 --- a/arch/arm/mach-ux500/hotplug.c +++ b/arch/arm/mach-ux500/hotplug.c | |||
@@ -45,16 +45,6 @@ int platform_cpu_kill(unsigned int cpu) | |||
45 | */ | 45 | */ |
46 | void platform_cpu_die(unsigned int cpu) | 46 | void platform_cpu_die(unsigned int cpu) |
47 | { | 47 | { |
48 | #ifdef DEBUG | ||
49 | unsigned int this_cpu = hard_smp_processor_id(); | ||
50 | |||
51 | if (cpu != this_cpu) { | ||
52 | printk(KERN_CRIT "Eek! platform_cpu_die running on %u, should be %u\n", | ||
53 | this_cpu, cpu); | ||
54 | BUG(); | ||
55 | } | ||
56 | #endif | ||
57 | |||
58 | /* directly enter low power state, skipping secure registers */ | 48 | /* directly enter low power state, skipping secure registers */ |
59 | platform_do_lowpower(cpu); | 49 | platform_do_lowpower(cpu); |
60 | } | 50 | } |