summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authormhban <mhban@samsung.com>2011-06-08 09:13:15 +0000
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:38:36 -0800
commite19707ff2e38d4270db529e46129acf0d3ec2939 (patch)
tree72047f92af93a8f04bf75dac5fb25d002e8d8493 /kernel
parentad77eed90156400de3213cf92c3a81e77583f162 (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 beff95d3bcb8..1baace7d8674 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();