From: Benjamin Herrenschmidt Date: Thu, 20 Dec 2007 03:54:55 +0000 (+1100) Subject: [POWERPC] fix iSeries PCI resource management X-Git-Tag: v2.6.25-rc1~1131^2~242 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c9bc2fc86fddd39eea6a12ceb81585bc2aafaa;p=pandora-kernel.git [POWERPC] fix iSeries PCI resource management The way iSeries manages PCI IO and Memory resources is a bit strange and is based on overriding the content of those resources with home cooked ones afterward. This changes it a bit to better integrate with the new resource handling so that the "virtual" tokens that iSeries replaces resources with are done from the proper per-device fixup hook, and bridge resources are set to enclose that token space. This fixes various things such as the output of /proc/iomem & ioports, among others. This also fixes up various boot messages as well. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed