[PATCH] ppc64: xmon needs to include hvcall.h

Arnd Bergmann arnd at arndb.de
Sat Feb 19 02:22:14 EST 2005


ppc64 needs this fix to build with xmon enabled and SMP disabled,
because hvcall.h is only sometimes included indirectly at the moment.

Signed-off-by: Arnd Bergmann <arndb at de.ibm.com>

--- 1.62/arch/ppc64/xmon/xmon.c	2005-01-25 16:50:14 -05:00
+++ edited/arch/ppc64/xmon/xmon.c	2005-02-18 10:30:56 -05:00
@@ -32,6 +32,7 @@
 #include <asm/rtas.h>
 #include <asm/sstep.h>
 #include <asm/bug.h>
+#include <asm/hvcall.h>
 
 #include "nonstdio.h"
 #include "privinst.h"



More information about the Linuxppc64-dev mailing list