kernel-fxtec-pro1x/arch/powerpc/platforms/pseries
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
..
eeh.c powerpc: Fix compile error in EEH code with gcc4 2005-11-10 14:23:54 +11:00
eeh_event.c [PATCH] ppc64: PCI error event dispatcher 2005-11-10 11:38:05 +11:00
hvCall.S powerpc: move pSeries files to arch/powerpc/platforms/pseries 2005-10-10 22:03:41 +10:00
iommu.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
Kconfig powerpc: Merge remaining RTAS code 2005-11-03 14:41:19 +11:00
lpar.c Merge ../linux-2.6 2005-11-07 14:42:09 +11:00
Makefile [PATCH] powerpc: Move scanlog.c to platforms/pseries 2005-11-10 13:09:27 +11:00
nvram.c powerpc: move pSeries files to arch/powerpc/platforms/pseries 2005-10-10 22:03:41 +10:00
pci.c [PATCH] ppc64: fix PCI IO mapping 2005-11-10 15:32:37 +11:00
plpar_wrappers.h [PATCH] powerpc: Make ppc_md.set_dabr non 64-bit specific 2005-11-07 13:31:13 +11:00
ras.c [PATCH] powerpc: Kill ppcdebug 2005-11-07 12:37:45 +11:00
reconfig.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
rtasd.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
scanlog.c [PATCH] powerpc: Move scanlog.c to platforms/pseries 2005-11-10 13:09:27 +11:00
setup.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
smp.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
vio.c powerpc: move pSeries files to arch/powerpc/platforms/pseries 2005-10-10 22:03:41 +10:00
xics.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
xics.h [PATCH] powerpc: Move xics.[ch] into platforms/pseries 2005-10-28 16:39:19 +10:00