]> git.hungrycats.org Git - linux/commit
[PATCH] ppc64: Fix find_udbg_vterm()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 6 Oct 2004 12:29:21 +0000 (05:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 6 Oct 2004 12:29:21 +0000 (05:29 -0700)
commit8fc0532aeaf9cfb8051240b79f40f7cf448b7d4b
tree1504b6dfd55d272038b41363966f5c7807dbc05b
parent9e7e5ae001d33962d2335a31029d45affefb75df
[PATCH] ppc64: Fix find_udbg_vterm()

The find_udbg_vterm() used to initialize the early boot console
on LPAR machines will not work properly on some recent pSeries
because the firmware is playing tricks with the "phandle" values
used to identify firmware nodes. This patch fixes that by using
the full path instead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/pSeries_lpar.c