From: Jeff Garzik Date: Tue, 20 Jun 2006 09:08:44 +0000 (-0400) Subject: [libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handler X-Git-Tag: v2.6.18-rc1~1079^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5fa46e175ccd02803031ea071060cdb01521736;p=pandora-kernel.git [libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handler We don't need to use the heavier spin lock in the irq handler. It's quite possible we can do this in nv_generic_interrupt() as well, but I didn't take the time to pursue that train of thought. Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed