From: Jes Sorensen Date: Mon, 18 Jun 2007 15:19:05 +0000 (+0200) Subject: [IA64] Make SN2 PCI code use ioremap rather than manually mangle the address X-Git-Tag: v2.6.22-rc7~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ee27a4eedf3cc08245d395936c1bfaf80c074cc;p=pandora-kernel.git [IA64] Make SN2 PCI code use ioremap rather than manually mangle the address This one changes the SN2 specific PCI drivers to use ioremap() for obtaining the real address to access for the PCI registers instead of manually calculating them with __IA64_UNCACHED_OFFSET. The patch should have no real change when running on a normal Linux kernel, but when running as a paravirtualized it is needed. Signed-off-by: Jes Sorenson Signed-off-by: Tony Luck --- Reading git-diff-tree failed