From: Ben Collins Date: Mon, 11 Jun 2012 18:05:02 +0000 (-0400) Subject: [SCSI] aacraid: Use resource_size_t for IO mem pointers and offsets X-Git-Tag: v3.6-rc1~103^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff08784b41e1ab5da6776411b7a8381fe942f2cc;p=pandora-kernel.git [SCSI] aacraid: Use resource_size_t for IO mem pointers and offsets This also stops using the "legacy crap" in Scsi_Host (shost->base is an unsigned long). This affected 32-bit systems that have 64-bit resource sizes, causing the IO address to be truncated. Signed-off-by: Ben Collins Acked-by: Achim Leubner Signed-off-by: James Bottomley --- Reading git-diff-tree failed