From: venkatesh.pallipadi@intel.com Date: Sat, 10 Jan 2009 00:13:13 +0000 (-0800) Subject: x86 PAT: ioremap_wc should take resource_size_t parameter X-Git-Tag: v2.6.30-rc1~211^2~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d639bab8da86d330493487e8c0fea8ca31f53427;p=pandora-kernel.git x86 PAT: ioremap_wc should take resource_size_t parameter Impact: fix/extend ioremap_wc() beyond 4GB aperture on 32-bit ioremap_wc() was taking in unsigned long parameter, where as it should take 64-bit resource_size_t parameter like other ioremap variants. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Suresh Siddha Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed