commit | c5fa46e175ccd02803031ea071060cdb01521736 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Tue Jun 20 05:08:44 2006 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Jun 20 05:08:44 2006 -0400 |
tree | 5e6f49d86a2dcd069c45bfd434efd6d6fa311bea | |
parent | 5a44efff4f8fe8139c0c4166ad5aae5f2fa5bced [diff] |
[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 <jeff@garzik.org>