commit | ff08784b41e1ab5da6776411b7a8381fe942f2cc | [log] [tgz] |
---|---|---|
author | Ben Collins <bcollins@ubuntu.com> | Mon Jun 11 14:05:02 2012 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Jul 20 08:58:43 2012 +0100 |
tree | 0f26c0cbd909089ccca01ba3516040eb771ad552 | |
parent | 7e8a74b177f17d100916b6ad415450f7c9508691 [diff] |
[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 <bcollins@ubuntu.com> Acked-by: Achim Leubner <Achim_Leubner@pmc-sierra.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>