summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinyu Chen <b03824@freescale.com>2011-08-25 14:17:59 +0800
committerXinyu Chen <b03824@freescale.com>2011-08-25 14:17:59 +0800
commit4fa50cdac7ad3767462c908788df81988df7d5d0 (patch)
treeb50ceb68f08b1f11306e02806e76839b21868de2
parentc4621f5d28e785b80921adb6aec0ab53d335ee8d (diff)
cpu hotplug: remove the printk to avoid unknow crash
It will happen to crash on cpu hotplug. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
-rw-r--r--arch/arm/mach-mx6/plat_hotplug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/plat_hotplug.c b/arch/arm/mach-mx6/plat_hotplug.c
index 67e8196ac120..3f0a18abe4bb 100644
--- a/arch/arm/mach-mx6/plat_hotplug.c
+++ b/arch/arm/mach-mx6/plat_hotplug.c
@@ -84,7 +84,7 @@ void platform_cpu_die(unsigned int cpu)
* Execute WFI
*/
cpu_do_idle();
- printk(KERN_INFO "CPU%u: spurious wakeup call\n", cpu);
+ //printk(KERN_INFO "CPU%u: spurious wakeup call\n", cpu);
}
}