printk, lockdep: Switch to tracked irq ops
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:20 +0000 (13:35 +0100)
commit1a9a8aefa8f0530c97f4606ab7a2fc01fe31e9c1
tree41fb56adf3fd6f460e69450de5d66209ba62116d
parent47ff5c95db598184122aa634fa3452c0eecea877
printk, lockdep: Switch to tracked irq ops

Switch to local_irq_ ops so that the irq state is properly tracked
(raw_local_irq_* isn't tracked by lockdep, causing confusion).

Possible now that commit dd4e5d3ac4a ("lockdep: Fix
trace_[soft,hard]irqs_[on,off]() recursion") cured the reason we
needed the raw_ ops.

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