commit | c55b89fba9872ebcd5ac15cdfdad29ffb89329f0 | [log] [tgz] |
---|---|---|
author | Kashyap, Desai <kashyap.desai@lsi.com> | Wed Sep 02 11:44:57 2009 +0530 |
committer | James Bottomley <James.Bottomley@suse.de> | Sat Sep 12 09:35:27 2009 -0500 |
tree | 1cef34d442b468ee483c4c0f6072980b5852e209 | |
parent | f44fd18198eb26b62ba86b17016e9441ce95fc71 [diff] |
[SCSI] mptsas : PAE Kernel more than 4 GB kernel panic This patch is solving problem for PAE kernel DMA operation. On PAE system dma_addr and unsigned long will have different values. Now dma_addr is not type casted using unsigned long. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>