printk, lockdep: Remove superfluous preempt_disable()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 7 Jun 2011 09:17:30 +0000 (11:17 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 14 Nov 2011 12:35:18 +0000 (13:35 +0100)
commit47ff5c95db598184122aa634fa3452c0eecea877
tree93ecf3431a4ebdf47a83a20f73b8964ab1c96f3b
parent94d24fc47219219b5aa23b45956cc37ee5aa5b01
printk, lockdep: Remove superfluous preempt_disable()

The raw_lock_irq_{save,restore}() already implies a
non-preemptibility.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/printk.c