]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] lockdep: annotate idescsi_pc_intr()
authorIngo Molnar <mingo@elte.hu>
Sun, 27 Aug 2006 08:23:56 +0000 (01:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 27 Aug 2006 18:01:32 +0000 (11:01 -0700)
commit22136baa1160a0d475bab2028492ce251baa579f
tree2bcb939df6a5ff9e7ca1e7c35fb9982f6b822fac
parent0e63d96307ecdffe8326c628f5dc9531a6ca0489
[PATCH] lockdep: annotate idescsi_pc_intr()

idescsi_pc_intr() uses local_irq_enable() in IRQ context: annotate it.

(this has no effect on kernels with lockdep disabled.  On kernels with lockdep
enabled this means that we wont actually disable interrupts, and the warning
message will go away as well.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/ide-scsi.c