[SCSI] lpfc: fix hang on SGI ia64 platform
commit8e68597d087977d3e4fd3e735d290ab45fd0b5ea
authorMichael Reed <mdr@sgi.com>
Fri, 18 Sep 2009 17:02:05 +0000 (18 12:02 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 10 Dec 2009 14:54:09 +0000 (10 08:54 -0600)
tree49d483cfb2f34bef13867af9a18fce3c5749c647
parent3067e02f8f3ae2f3f02ba76400d03b8bcb4942b0
[SCSI] lpfc: fix hang on SGI ia64 platform

In testing 2.6.31 on one of our ia64 platforms I've encountered a hang
due to the driver using hardware ATEs which are a limited resource.
This is because the driver does not set the dma consistent mask to
64 bits.

Signed-off-by: Michael Reed <mdr@sgi.com>
Acked-by: James Smart <James.Smart@Emulex.Com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/lpfc/lpfc_init.c