[SCSI] mptsas : PAE Kernel more than 4 GB kernel panic
authorKashyap, Desai <kashyap.desai@lsi.com>
Wed, 2 Sep 2009 06:14:57 +0000 (11:44 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 12 Sep 2009 14:35:27 +0000 (09:35 -0500)
commitc55b89fba9872ebcd5ac15cdfdad29ffb89329f0
tree1cef34d442b468ee483c4c0f6072980b5852e209
parentf44fd18198eb26b62ba86b17016e9441ce95fc71
[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>
drivers/message/fusion/mptbase.c