commit | 6951b12a0fe7fc64789f2c4d62d2a304e93836a8 | [log] [tgz] |
---|---|---|
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | Mon Aug 18 04:26:37 2008 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 18 09:42:31 2008 +0200 |
tree | 85588afbb9fce0ab0f6aac7c9a5d885562f2c51f | |
parent | b09c3e3f1710b554348c98e78fbf4a661918779a [diff] |
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 <dbaryshkov@gmail.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>