From: Ben Collins Date: Mon, 12 Jun 2006 22:16:01 +0000 (-0400) Subject: ieee1394: hl_irqs_lock is taken in hardware interrupt context X-Git-Tag: v2.6.18-rc1~1094^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445151932e869fd76b23bccff75ae2a600ccf3c9;p=pandora-kernel.git ieee1394: hl_irqs_lock is taken in hardware interrupt context ohci1394 and pcilynx call highlevel_host_reset from their hardware interrupt handler (via hpsb_selfid_complete). Therefore all readers and writers of hl_irqs_lock have to disable interrupts. Reported by Jiri Slaby and J. A. Magallon. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed