Skip to content

Commit

Permalink
powerpc/pseries: Update MAX_HCALL_OPCODE to reflect page coalescing
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Brian King authored and Benjamin Herrenschmidt committed May 26, 2011
1 parent ad5d529 commit ca19315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/hvcall.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down

0 comments on commit ca19315

Please sign in to comment.