mptsas : PAE Kernel more than 4 GB kernel panic
commit6177445fb4f5d65dde3c883b9987c840178fb86d
authorKashyap, Desai <kashyap.desai@lsi.com>
Wed, 2 Sep 2009 06:14:57 +0000 (2 11:44 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 16:33:07 +0000 (5 09:33 -0700)
treeb3351aaea5636f8772a7f1d7912683bacb6b6ed8
parent1dbd009c9078b3491299722a9c0f1313fad0fc1b
mptsas : PAE Kernel more than 4 GB kernel panic

commit c55b89fba9872ebcd5ac15cdfdad29ffb89329f0 upstream.

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>
Cc: Jan Beulich <JBeulich@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/message/fusion/mptbase.c