commit | 6c9746b363b8191587191518a65d5de93df80a92 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Fri Oct 05 15:55:02 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Tue Oct 23 15:09:27 2007 -0400 |
tree | f500193c07ad69d8f733586d694b160e3dff61f8 | |
parent | 71c222dc45ddf01b0dabb8a4d3e232e13e1452b5 [diff] |
[SCSI] sym53c8xx: Don't disable interrupts in the interrupt handler Interrupts can't be re-entered, so it's sufficient to call spin_lock, not spin_lock_irqsave(). Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>