]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[PATCH] powerpc: Workaround for offb on 64 bits platforms
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 17 Nov 2005 02:34:57 +0000 (13:34 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 17 Nov 2005 05:54:19 +0000 (16:54 +1100)
This fixes a problem with offb not parsing addresses properly on 64 bits
machines, and thus crashing at boot.  The problem is worked around by
locating the matching PCI device and using the properly relocated PCI
base addresses instead of misparsing the Open Firmware properties.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found