]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: iSeries early printk breakage
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 7 Sep 2005 09:52:38 +0000 (19:52 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 9 Sep 2005 12:11:34 +0000 (22:11 +1000)
commit38c0ff06d5ba05b6fbf18652c49747ad320aaeb0
treeba5fc6fe31c4a24c127d6b6a667c7d3c334b967a
parent34b5233f379847097a1925a02b62f129c407c1e4
[PATCH] ppc64: iSeries early printk breakage

The earlier commit 8d9273918635f0301368c01b56c03a6f339e8d51
(Consolidate early console and PPCDBG code) broke iSeries because
it caused unregister_console(&udbg_console) to be called
unconditionally.  iSeries never registers the udbg_console.

This just reverts part of the change.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/udbg.c