Re: [PATCH v3] early_printk: consolidate random copies of identical code

2013-03-23 Thread Geert Uytterhoeven
On Fri, Mar 8, 2013 at 5:11 PM, Paul Gortmaker wrote: > From: Thomas Gleixner > > The early console implementations are the same all over the place. Move > the print function to kernel/printk and get rid of the copies. > > Signed-off-by: Thomas Gleixner > Cc: Russell King > Acked-by: Mike Frys

Re: [PATCH v3] early_printk: consolidate random copies of identical code

2013-03-08 Thread Andrew Morton
On Fri, 8 Mar 2013 11:11:20 -0500 Paul Gortmaker wrote: > The early console implementations are the same all over the place. Move > the print function to kernel/printk and get rid of the copies. > > ... > > [v3: drop sparc bits as suggested by tglx, redo build tests on sparc > sparc32, Randy

[PATCH v3] early_printk: consolidate random copies of identical code

2013-03-08 Thread Paul Gortmaker
From: Thomas Gleixner The early console implementations are the same all over the place. Move the print function to kernel/printk and get rid of the copies. Signed-off-by: Thomas Gleixner Cc: Russell King Acked-by: Mike Frysinger Cc: Michal Simek Cc: Ralf Baechle Cc: Benjamin Herrenschmidt