]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit245058cfb8a0be8771237362891029176f035afc
treec10e935a30c0d4f1a776650473e6fccc62d40291
parent22d49135b8d06ee72a682b2cc2221f3ed126a658
[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>
drivers/video/offb.c