summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/hotplug.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-10 13:33:05 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:43 -0800
commit6b0990916b361b9fd9280e7e0d283637536d6955 (patch)
tree17eab49260a2de68e634106c518baadec01fb03b /arch/arm/mach-tegra/hotplug.c
parentb1d6852771fc2f75e7ead1a7a6cbf98c0e3084bf (diff)
see bbc81fd4327f9ed4480b05981e38acd48b1d184a
Rebase-Id: Re974e9426a989f702b33a78b612cd5485ce89d12
Diffstat (limited to 'arch/arm/mach-tegra/hotplug.c')
-rw-r--r--arch/arm/mach-tegra/hotplug.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-tegra/hotplug.c b/arch/arm/mach-tegra/hotplug.c
index d54b8f93dace..5e8277853986 100644
--- a/arch/arm/mach-tegra/hotplug.c
+++ b/arch/arm/mach-tegra/hotplug.c
@@ -51,16 +51,6 @@ int platform_cpu_kill(unsigned int cpu)
void platform_cpu_die(unsigned int cpu)
{
-#ifdef DEBUG
- unsigned int this_cpu = hard_smp_processor_id();
-
- if (cpu != this_cpu) {
- printk(KERN_CRIT "Eek! platform_cpu_die running on %u, should be %u\n",
- this_cpu, cpu);
- BUG();
- }
-#endif
-
tegra_sleep_reset();
/*