Re: [patch 1/1] early_printk: Consolidate random copies of identical code

2013-02-19 Thread Paul Gortmaker
On Tue, Feb 19, 2013 at 7:44 AM, Thomas Gleixner 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. Applied to 3.8, no new compile warnings for ppc32, boot tested with CONFIG_EARLY_PRINTK=y and 8250

Re: [patch 1/1] early_printk: Consolidate random copies of identical code

2013-02-19 Thread Mike Frysinger
On Tuesday 19 February 2013 07:44:29 Thomas Gleixner 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. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message

Re: [patch 1/1] early_printk: Consolidate random copies of identical code

2013-02-19 Thread Ingo Molnar
* Thomas Gleixner 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. > > Signed-off-by: Thomas Gleixner > Cc: Russell King > Cc: Mike Frysinger > Cc: Michal Simek > Cc: Ralf Baechle > Cc:

Re: [patch 1/1] early_printk: Consolidate random copies of identical code

2013-02-19 Thread Ingo Molnar
* Thomas Gleixner t...@linutronix.de 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. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Russell King li...@arm.linux.org.uk Cc: Mike Frysinger

Re: [patch 1/1] early_printk: Consolidate random copies of identical code

2013-02-19 Thread Mike Frysinger
On Tuesday 19 February 2013 07:44:29 Thomas Gleixner 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. Acked-by: Mike Frysinger vap...@gentoo.org -mike signature.asc Description: This is a digitally

Re: [patch 1/1] early_printk: Consolidate random copies of identical code

2013-02-19 Thread Paul Gortmaker
On Tue, Feb 19, 2013 at 7:44 AM, Thomas Gleixner t...@linutronix.de 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. Applied to 3.8, no new compile warnings for ppc32, boot tested with