[PATCH] powerpc: Add some more pSeries hypervisor call constants
authorDave C Boutcher <sleddog@us.ibm.com>
Thu, 12 Jan 2006 22:05:35 +0000 (16:05 -0600)
committerPaul Mackerras <paulus@samba.org>
Fri, 13 Jan 2006 09:56:38 +0000 (20:56 +1100)
Adds a few more hypervisor call constants.

Signed-off-by: Dave Boutcher <sleddog@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/hvcall.h

index da7af5a720e098adf14ad1ccf9b0817e9d429fde..38ca9ad6110d6640b37a1b0e06bd8ed50599abbc 100644 (file)
@@ -6,7 +6,10 @@
 
 #define H_Success      0
 #define H_Busy         1       /* Hardware busy -- retry later */
+#define H_Closed       2       /* Resource closed */
 #define H_Constrained  4       /* Resource request constrained to max allowed */
+#define H_InProgress   14      /* Kind of like busy */
+#define H_Continue     18      /* Returned from H_Join on success */
 #define H_LongBusyStartRange   9900  /* Start of long busy range */
 #define H_LongBusyOrder1msec   9900  /* Long busy, hint that 1msec is a good time to retry */
 #define H_LongBusyOrder10msec  9901  /* Long busy, hint that 10msec is a good time to retry */
 #define H_REGISTER_VTERM       0x154
 #define H_FREE_VTERM           0x158
 #define H_POLL_PENDING         0x1D8
+#define H_JOIN                 0x298
+#define H_ENABLE_CRQ           0x2B0
 
 #ifndef __ASSEMBLY__
 
This page took 0.057808 seconds and 5 git commands to generate.