1
linux/arch/powerpc/platforms/powermac
Benjamin Herrenschmidt 0f34f49029 [PATCH] ppc64: fix PCI IO mapping
phbs_remap_io(), which maps the PCI IO space into the kernel virtual space,
is called too early on powermac, and thus doesn't work.

This fixes it by removing the call from all platforms and putting it back
into the ppc64 common code where it belongs, after the actual probing of
the bus.

That means that before that call, only the ISA IO space (if any) is mapped,
any PIO access (from quirks for example) will fail. This happens not to be
a problem for now, but we'll have to rework that code if it becomes one in
the future.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-11-10 15:32:37 +11:00
..
backlight.c powerpc: rename powermac files to remove pmac_ prefix 2005-10-10 22:13:53 +10:00
cache.S powerpc: rename powermac files to remove pmac_ prefix 2005-10-10 22:13:53 +10:00
cpufreq_32.c powerpc: Fix typo in pmac_cpufreq_resume 2005-11-08 12:13:38 +11:00
cpufreq_64.c [PATCH] ppc64: SMU based macs cpufreq support 2005-11-08 11:17:34 +11:00
feature.c powerpc: Merge in 64-bit powermac support. 2005-10-22 16:02:39 +10:00
low_i2c.c powerpc: rename powermac files to remove pmac_ prefix 2005-10-10 22:13:53 +10:00
Makefile [PATCH] ppc64: SMU based macs cpufreq support 2005-11-08 11:17:34 +11:00
nvram.c powerpc: Merge in 64-bit powermac support. 2005-10-22 16:02:39 +10:00
pci.c [PATCH] ppc64: fix PCI IO mapping 2005-11-10 15:32:37 +11:00
pic.c powerpc: merge irq.c 2005-11-09 18:07:45 +11:00
pic.h powerpc: rename powermac files to remove pmac_ prefix 2005-10-10 22:13:53 +10:00
pmac.h powerpc: Merge in 64-bit powermac support. 2005-10-22 16:02:39 +10:00
setup.c [PATCH] ppc64: SMU based macs cpufreq support 2005-11-08 11:17:34 +11:00
sleep.S ppc32: use L1_CACHE_SHIFT/L1_CACHE_BYTES 2005-10-17 11:50:32 +10:00
smp.c powerpc: Fixes for 32-bit powermac SMP 2005-11-10 14:26:12 +11:00
time.c powerpc: Don't limit pmac_get_rtc_time to return only positive values 2005-10-26 17:22:33 +10:00