From: Ingo Molnar Date: Sun, 27 Aug 2006 08:23:56 +0000 (-0700) Subject: [PATCH] lockdep: annotate idescsi_pc_intr() X-Git-Tag: v2.6.18-rc5~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e8e5783297fbb83bdebe7e245ef659958f23cb;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed