firewire: fw-sbp2: always enable IRQs before calling command ORB callback
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 25 Aug 2007 08:40:42 +0000 (10:40 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 16 Oct 2007 22:00:02 +0000 (00:00 +0200)
On IOMMU-less noncoherent architectures, orb->callback will memcpy the
whole SCSI command buffer for READ-like SCSI commands.  It is therefore
friendlier to enable IRQs before the call, like before patch "Add
ref-counting for sbp2 orbs".

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Acked-by: Kristian Høgsberg <krh@redhat.com>

No differences found