patch-2.4.21 linux-2.4.21/include/asm-ppc64/iSeries/HvCall.h
Next file: linux-2.4.21/include/asm-ppc64/ide.h
Previous file: linux-2.4.21/include/asm-ppc64/hw_irq.h
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
2003-06-13 07:51:38.000000000 -0700
-  Orig file: 
linux-2.4.20/include/asm-ppc64/iSeries/HvCall.h
-  Orig date: 
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/include/asm-ppc64/iSeries/HvCall.h linux-2.4.21/include/asm-ppc64/iSeries/HvCall.h
@@ -130,6 +130,7 @@
 #define HvCallBaseRouter28				HvCallBase + 28
 #define HvCallBaseRouter29				HvCallBase + 29
 #define HvCallBaseRouter30				HvCallBase + 30
+#define HvCallBaseSetDebugBus 				HvCallBase + 31
 
 #define HvCallCcSetDABR  				HvCallCc + 7
 
@@ -205,5 +206,10 @@
 	HvCall1(HvCallCcSetDABR, val);
 }
 
+static inline void HvCall_setDebugBus(unsigned long val)
+{
+	HvCall1(HvCallBaseSetDebugBus, val);
+}
+
 #endif // _HVCALL_H
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)