commit | 8e68597d087977d3e4fd3e735d290ab45fd0b5ea | [log] [tgz] |
---|---|---|
author | Michael Reed <mdr@sgi.com> | Fri Sep 18 12:02:05 2009 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Dec 10 08:54:09 2009 -0600 |
tree | 49d483cfb2f34bef13867af9a18fce3c5749c647 | |
parent | 3067e02f8f3ae2f3f02ba76400d03b8bcb4942b0 [diff] |
[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>