summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authormhban <mhban@samsung.com>2011-10-09 02:25:45 +0100
committerAndy Green <andy.green@linaro.org>2011-10-09 02:25:45 +0100
commitace625b1313b97d89c141e7f5cb406ed029c37e8 (patch)
treef4134f62abd887c9603190d7f70b8b40c839a866 /kernel
parent19e595582581a9405206d4de2791ba45fecbebeb (diff)
printk: do not handle non-sleepable notification in console_cpu_notify
- CPU_DYING should not be handled in sleepable context Signed-off-by: Minho Ban <mhban@samsung.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/printk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index beff95d3bcb..1baace7d867 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1205,7 +1205,6 @@ static int __cpuinit console_cpu_notify(struct notifier_block *self,
switch (action) {
case CPU_ONLINE:
case CPU_DEAD:
- case CPU_DYING:
case CPU_DOWN_FAILED:
case CPU_UP_CANCELED:
console_lock();