diff options
author | Dave Carroll <dcarroll@astekcorp.com> | 2011-06-18 07:36:40 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-06-30 15:28:05 +1000 |
commit | a9c0f41b3a64955fd6f4e9d66ae1df1cbdee0cd0 (patch) | |
tree | 9dcc389761a7fe08f06052bc979563158fc268d4 /arch/powerpc/include/asm/setup.h | |
parent | 2773fcc8c48b947c997ff345f3e453917883cdb5 (diff) | |
download | op-kernel-dev-a9c0f41b3a64955fd6f4e9d66ae1df1cbdee0cd0.zip op-kernel-dev-a9c0f41b3a64955fd6f4e9d66ae1df1cbdee0cd0.tar.gz |
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/asm/setup.h')
-rw-r--r-- | arch/powerpc/include/asm/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/setup.h b/arch/powerpc/include/asm/setup.h index dae1934..c77cb7a 100644 --- a/arch/powerpc/include/asm/setup.h +++ b/arch/powerpc/include/asm/setup.h @@ -3,4 +3,6 @@ #include <asm-generic/setup.h> +extern void ppc_printk_progress(char *s, unsigned short hex); + #endif /* _ASM_POWERPC_SETUP_H */ |