aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2006-07-03 00:25:39 -0700
committerLinus Torvalds <[email protected]>2006-07-03 15:27:10 -0700
commit8688cfcebf09b84385b5e2c461ae08fcde8a5d18 (patch)
treef0546182c06db34c271ba9a81b50e2e24afafb7b /scripts/patch-kernel
parent479ceddd7baf3b387665c4d69a7398918b201ad0 (diff)
[PATCH] lockdep: annotate forcedeth.c disable_irq()
nv_do_nic_poll() is called from timer softirqs, which has interrupts enabled, but np->lock might also be taken by some other interrupt context. The driver does disable_irq() to get around this problem, so annotate the disable_irq()/enable_irq() calls for lockdep. Has no effect on non-lockdep kernels. Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Arjan van de Ven <[email protected]> Cc: Ayaz Abdulla <[email protected]> Cc: Manfred Spraul <[email protected]> Cc: Jeff Garzik <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions