From: Peter Zijlstra Date: Tue, 7 Jun 2011 09:17:30 +0000 (+0200) Subject: printk, lockdep: Switch to tracked irq ops X-Git-Tag: v3.3-rc1~194^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9a8aefa8f0530c97f4606ab7a2fc01fe31e9c1;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed