aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorDave Carroll <dcarroll@astekcorp.com>2011-06-18 03:36:40 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-06-30 01:28:05 -0400
commita9c0f41b3a64955fd6f4e9d66ae1df1cbdee0cd0 (patch)
tree9dcc389761a7fe08f06052bc979563158fc268d4 /arch/powerpc/include
parent2773fcc8c48b947c997ff345f3e453917883cdb5 (diff)
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>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/setup.h b/arch/powerpc/include/asm/setup.h
index dae19342f0b9..c77cb7a7f4dc 100644
--- a/arch/powerpc/include/asm/setup.h
+++ b/arch/powerpc/include/asm/setup.h
@@ -3,4 +3,6 @@
3 3
4#include <asm-generic/setup.h> 4#include <asm-generic/setup.h>
5 5
6extern void ppc_printk_progress(char *s, unsigned short hex);
7
6#endif /* _ASM_POWERPC_SETUP_H */ 8#endif /* _ASM_POWERPC_SETUP_H */