[PATCH] ppc64: Split out generic rtas code from pSeries_pci.c.
authorArnd Bergmann <arnd@arndb.de>
Wed, 22 Jun 2005 23:43:23 +0000 (09:43 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Jun 2005 23:43:23 +0000 (09:43 +1000)
commitc5a3c2e52af1bcb118022ffac9a0fd1d42d43bd3
treee9a646214342f6cd0f003a1677ae57f4dc9be012
parent773bf9c469c01f01280c9bd45ec2462dd94d08a0
[PATCH] ppc64: Split out generic rtas code from pSeries_pci.c.

BPA is using rtas for PCI but should not be confused by
pSeries code. This also avoids some #ifdefs. Other
platforms that want to use rtas_pci.c could create
their own platform_pci.c with platform specific fixups.

Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/mpic.h
arch/ppc64/kernel/pSeries_pci.c
arch/ppc64/kernel/rtas_pci.c [new file with mode: 0644]