mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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>
This commit is contained in:
parent
37b0597b0f
commit
36cf5520be
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user