[PATCH 4/4] powerpc: Remove printk-only progress implementations

2009-01-14 Thread Michael Ellerman
Several platforms implement ppc_md.progress as a simple printk. Now that we have the ppc_progress() wrapper which falls back to printk if no routine is specified, we can remove all the printk-only progress implementations. This leaves us with iSeries_progress(), rtas_progress() and

Re: [PATCH 4/4] powerpc: Remove printk-only progress implementations

2009-01-14 Thread Grant Likely
On Wed, Jan 14, 2009 at 11:43 PM, Michael Ellerman mich...@ellerman.id.au wrote: Several platforms implement ppc_md.progress as a simple printk. Now that we have the ppc_progress() wrapper which falls back to printk if no routine is specified, we can remove all the printk-only progress