aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
diff options
context:
space:
mode:
authormhban <mhban@samsung.com>2011-06-08 09:13:15 +0000
committerColin Cross <ccross@android.com>2011-06-14 09:10:07 -0700
commit36cf5520be8537fa554761194f2fd8cfa2527440 (patch)
tree3a9241c9e08b9043ac7217fc3da565746f0ae299 /kernel/printk.c
parent37b0597b0ff75c625d486c4b9e39ee498fe71c37 (diff)
downloadkernel_samsung_aries-36cf5520be8537fa554761194f2fd8cfa2527440.zip
kernel_samsung_aries-36cf5520be8537fa554761194f2fd8cfa2527440.tar.gz
kernel_samsung_aries-36cf5520be8537fa554761194f2fd8cfa2527440.tar.bz2
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/printk.c')
-rw-r--r--kernel/printk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index d8b5165..4835df7 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1201,7 +1201,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();