From: Dmitry Baryshkov Date: Mon, 18 Aug 2008 00:26:37 +0000 (+0400) Subject: lockdep: fix spurious 'inconsistent lock state' warning X-Git-Tag: v2.6.27-rc4~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6951b12a0fe7fc64789f2c4d62d2a304e93836a8;p=pandora-kernel.git lockdep: fix spurious 'inconsistent lock state' warning Since f82b217e3513fe3af342c0f3ee1494e86250c21c lockdep can output spurious warnings related to hwirqs due to hardirq_off shrinkage from int to bit-sized flag. Guard it with double negation to fix the warning. Signed-off-by: Dmitry Baryshkov Acked-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed