Commit f49d1f28 authored by Nathan T. Lynch's avatar Nathan T. Lynch Committed by Linus Torvalds

[PATCH] ppc64: fix xmon build break with non-SMP config

  CC      arch/ppc64/xmon/xmon.o
arch/ppc64/xmon/xmon.c: In function `set_controlled_dabr':
arch/ppc64/xmon/xmon.c:633: warning: implicit declaration of function `plpar_hcall_norets'
arch/ppc64/xmon/xmon.c:633: error: `H_SET_DABR' undeclared (first use in this function)
arch/ppc64/xmon/xmon.c:633: error: (Each undeclared identifier is reported only once
arch/ppc64/xmon/xmon.c:633: error: for each function it appears in.)
arch/ppc64/xmon/xmon.c:634: error: `H_Success' undeclared (first use in this function)
Signed-off-by: default avatarNathan Lynch <ntl@pobox.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a805eba0
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <asm/rtas.h> #include <asm/rtas.h>
#include <asm/sstep.h> #include <asm/sstep.h>
#include <asm/bug.h> #include <asm/bug.h>
#include <asm/hvcall.h>
#include "nonstdio.h" #include "nonstdio.h"
#include "privinst.h" #include "privinst.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment