commit | b341e32e5cc1a154cb0ac2f4229c2d040647804b | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Nov 17 13:34:57 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Thu Nov 17 16:54:19 2005 +1100 |
tree | c10e935a30c0d4f1a776650473e6fccc62d40291 | |
parent | 1e28a7ddd3e713384e9c6768e7c502031dc205e2 [diff] |
[PATCH] powerpc: Workaround for offb on 64 bits platforms 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>