commit | 1a9a8aefa8f0530c97f4606ab7a2fc01fe31e9c1 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Jun 07 11:17:30 2011 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Nov 14 13:35:20 2011 +0100 |
tree | 41fb56adf3fd6f460e69450de5d66209ba62116d | |
parent | 47ff5c95db598184122aa634fa3452c0eecea877 [diff] |
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>