From: Benjamin Herrenschmidt Date: Thu, 20 Dec 2007 03:55:04 +0000 (+1100) Subject: [POWERPC] Fixup skipping of PowerMac PCI<->PCI bridge "closed" resources X-Git-Tag: v2.6.25-rc1~1131^2~234 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be8cbcd8896670a01ead7a29e33ffe29604ed734;p=pandora-kernel.git [POWERPC] Fixup skipping of PowerMac PCI<->PCI bridge "closed" resources Apple firmware has a strange way to "close" bridge resources by setting them to some bogus values that overlap RAM (strangely, I haven't seen it conflicting with DMA so far...). This explicitely closes them to avoid problems. Previously, they would be closed as a consequence of failing to be allocated, but this makes it more explicit, and thus the log message is more explicit too. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed