From: Kashyap, Desai Date: Wed, 2 Sep 2009 06:14:57 +0000 (+0530) Subject: [SCSI] mptsas : PAE Kernel more than 4 GB kernel panic X-Git-Tag: v2.6.32-rc1~689^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c55b89fba9872ebcd5ac15cdfdad29ffb89329f0;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed