summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authormhban <mhban@samsung.com>2011-06-08 09:13:15 +0000
committerColin Cross <ccross@android.com>2012-04-09 13:53:09 -0700
commit2ccc409884d5e3d64f40d54befb4cd60d0b2c9ab (patch)
tree54b72d110b6f03dbe328bddb74a1ba08e6bfe4a4 /kernel
parent6fb6e046190ae76725a62937d6334c7cdfa46c91 (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 b663c2c95d3..50b1ecb2096 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1161,7 +1161,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();