[PATCH 1/1] powerpc: Add H_ILLAN_ATTRIBUTES
From: Brian King <hidden>
Date: 2007-07-10 14:41:18
From: Brian King <hidden>
Date: 2007-07-10 14:41:18
Adds the H_ILLAN_ATTRIBUTES hcall Signed-off-by: Brian King <redacted> --- linux-2.6-bjking1/include/asm-powerpc/hvcall.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-powerpc/hvcall.h~powerpc_illan_attrs include/asm-powerpc/hvcall.h
--- linux-2.6/include/asm-powerpc/hvcall.h~powerpc_illan_attrs 2007-07-10 09:37:57.000000000 -0500
+++ linux-2.6-bjking1/include/asm-powerpc/hvcall.h 2007-07-10 09:37:57.000000000 -0500@@ -206,6 +206,7 @@ #define H_FREE_LOGICAL_LAN_BUFFER 0x1D4 #define H_QUERY_INT_STATE 0x1E4 #define H_POLL_PENDING 0x1D8 +#define H_ILLAN_ATTRIBUTES 0x244 #define H_JOIN 0x298 #define H_VASI_STATE 0x2A4 #define H_ENABLE_CRQ 0x2B0
_