Re: [PATCH v3 1/6] powerpc: Move udbg_early_init() after early_init_devtree()

2011-03-17 Thread Benjamin Herrenschmidt
On Tue, 2011-03-15 at 09:05 -0400, Josh Boyer wrote: > On Wed, Feb 09, 2011 at 05:08:08PM -0600, Dave Kleikamp wrote: > >so that it can use information from the device tree. > > > >Signed-off-by: Dave Kleikamp > >Cc: Benjamin Herrenschmidt > >Cc: Josh Boyer > >Cc: linuxppc-dev@lists.ozlabs.org >

Re: [PATCH v3 1/6] powerpc: Move udbg_early_init() after early_init_devtree()

2011-03-15 Thread Josh Boyer
On Wed, Feb 09, 2011 at 05:08:08PM -0600, Dave Kleikamp wrote: >so that it can use information from the device tree. > >Signed-off-by: Dave Kleikamp >Cc: Benjamin Herrenschmidt >Cc: Josh Boyer >Cc: linuxppc-dev@lists.ozlabs.org >--- Ben, you want this patch dropped, right? josh > arch/powerpc

[PATCH v3 1/6] powerpc: Move udbg_early_init() after early_init_devtree()

2011-02-09 Thread Dave Kleikamp
so that it can use information from the device tree. Signed-off-by: Dave Kleikamp Cc: Benjamin Herrenschmidt Cc: Josh Boyer Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/kernel/setup_32.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/kernel/set