From: Linas Vepstas Date: Fri, 4 Nov 2005 00:53:07 +0000 (-0600) Subject: [PATCH] powerpc: Split out PCI address cache to its own file X-Git-Tag: v2.6.16-rc1~473^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5a0936b3ad9e3d3f6eaf61f1a06c62ea0e7a59;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras (cherry picked from b0b291d59906d4a9a89ed9e34d9fd684c7188924 commit) --- Reading git-diff-tree failed