powerpc: Add printk companion for ppc_md.progress

This patch adds a printk companion to replace the udbg progress function
when initmem is freed.

Suggested-by: Milton Miller <miltonm@bga.com>
Suggested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Dave Carroll <dcarroll@astekcorp.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Dave Carroll
2011-06-18 07:36:40 +00:00
committed by Benjamin Herrenschmidt
parent 2773fcc8c4
commit a9c0f41b3a
3 changed files with 8 additions and 1 deletions

View File

@@ -387,7 +387,7 @@ void free_initmem(void)
{
unsigned long addr;
ppc_md.progress = NULL;
ppc_md.progress = ppc_printk_progress;
addr = (unsigned long)__init_begin;
for (; addr < (unsigned long)__init_end; addr += PAGE_SIZE) {