diff mbox

[1/1] powerpc: Update MAX_HCALL_OPCODE to reflect page coalescing

Message ID 201105241340.p4ODerDL006322@d01av02.pok.ibm.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Brian King May 24, 2011, 1:40 p.m. UTC
When page coalescing support was added recently, the MAX_HCALL_OPCODE
define was not updated for the newly added H_GET_MPP_X hcall.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
---

 arch/powerpc/include/asm/hvcall.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff -puN arch/powerpc/include/asm/hvcall.h~powerpc_max_hcall_opcode arch/powerpc/include/asm/hvcall.h
--- linux-2.6/arch/powerpc/include/asm/hvcall.h~powerpc_max_hcall_opcode	2011-05-20 09:33:45.000000000 -0500
+++ linux-2.6-bjking1/arch/powerpc/include/asm/hvcall.h	2011-05-20 09:33:58.000000000 -0500
@@ -236,7 +236,7 @@ 
 #define H_HOME_NODE_ASSOCIATIVITY 0x2EC
 #define H_BEST_ENERGY		0x2F4
 #define H_GET_MPP_X		0x314
-#define MAX_HCALL_OPCODE	H_BEST_ENERGY
+#define MAX_HCALL_OPCODE	H_GET_MPP_X
 
 #ifndef __ASSEMBLY__