[PATCH] powerpc: added a udbg_progress

Added a common udbg_progress for use by ppc_md.progress()

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Kumar Gala
2005-12-20 16:37:07 -06:00
committed by Paul Mackerras
parent b580d46ce8
commit be6b843918
3 changed files with 8 additions and 7 deletions

View File

@@ -90,6 +90,12 @@ void udbg_printf(const char *fmt, ...)
va_end(args);
}
void __init udbg_progress(char *s, unsigned short hex)
{
udbg_puts(s);
udbg_puts("\n");
}
/*
* Early boot console based on udbg
*/