[PATCH] powerpc: Split out PCI address cache to its own file
authorLinas Vepstas <linas@linas.org>
Fri, 4 Nov 2005 00:53:07 +0000 (18:53 -0600)
committerPaul Mackerras <paulus@samba.org>
Tue, 10 Jan 2006 04:29:04 +0000 (15:29 +1100)
commit5d5a0936b3ad9e3d3f6eaf61f1a06c62ea0e7a59
treeb663cd4b65c378161afef4d27e579af883b31457
parent77bd741561016134d1761d6101c4f0361025062f
[PATCH] powerpc: Split out PCI address cache to its own file

25-pci-address-cache.patch

The core EEH file is rather large. This patch splits out a self-contained
chunk of it into its own file.  This is the chunk that performes the
caching and lookup of pci devices based on the i/o addresses of thier
resoures.  This code is almos architecture-independent and could be
used by any system that wanted to find a pci device based only on
the i/o address used by the device.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
(cherry picked from b0b291d59906d4a9a89ed9e34d9fd684c7188924 commit)
arch/powerpc/platforms/pseries/Makefile
arch/powerpc/platforms/pseries/eeh.c
arch/powerpc/platforms/pseries/eeh_cache.c [new file with mode: 0644]
include/asm-powerpc/ppc-pci.h