diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-11-15 07:16:38 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-16 05:29:40 +0300 |
commit | f9e4ec57c66586d0c165ed9373efaf9e329d5766 (patch) | |
tree | c2704119cc2d7f369bff0610e815f49231649d3e /arch/powerpc/platforms/pseries/smp.c | |
parent | eb481899aa319cf5cbeccfd9deac907300698b57 (diff) | |
download | linux-f9e4ec57c66586d0c165ed9373efaf9e329d5766.tar.xz |
[PATCH] powerpc: More debugging fixups
Add a few more missing includes of udbg.h
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/smp.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/smp.c b/arch/powerpc/platforms/pseries/smp.c index 5800cde7d5ad..25181c594d73 100644 --- a/arch/powerpc/platforms/pseries/smp.c +++ b/arch/powerpc/platforms/pseries/smp.c @@ -51,6 +51,7 @@ #include "plpar_wrappers.h" #ifdef DEBUG +#include <asm/udbg.h> #define DBG(fmt...) udbg_printf(fmt) #else #define DBG(fmt...) |