From: Benjamin Herrenschmidt Date: Thu, 17 Jul 2008 05:53:31 +0000 (+1000) Subject: powerpc: Fix OF parsing of 64 bits PCI addresses X-Git-Tag: v2.6.27-rc1~865^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67260ac9a397eb7c9e2980be2865912d3840b042;p=pandora-kernel.git powerpc: Fix OF parsing of 64 bits PCI addresses The OF parsing code for PCI addresses isn't always treating properly the address space indication 0b11 (ie. 0x3) as meaning 64 bits memory space. This means that it fails to parse addresses for PCI BARs that have this encoding set by the firmware, which happens on some SLOF versions and breaks offb palette handling on Powerstation. Signed-off-by: Benjamin Herrenschmidt Acked-by: Segher Boessenkool --- Reading git-diff-tree failed