summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authormhban <mhban@samsung.com>2011-06-08 09:13:15 +0000
committerPaul Eastham <eastham@google.com>2011-06-10 09:16:34 -0700
commit8fe71500fd0006381c37d919af594537492cf1ec (patch)
tree12e64825c9f40adc8eee20525e764f780237d587 /kernel
parentb0027a2287a82585a817d9cb43a79b3d12cae138 (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 8726382c78d1..acf20f50fa89 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1172,7 +1172,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();