diff options
Diffstat (limited to 'arch/powerpc/include/asm/asm-compat.h')
| -rw-r--r-- | arch/powerpc/include/asm/asm-compat.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/asm-compat.h b/arch/powerpc/include/asm/asm-compat.h index c1b475a941e..a9b91ed3d4b 100644 --- a/arch/powerpc/include/asm/asm-compat.h +++ b/arch/powerpc/include/asm/asm-compat.h @@ -28,6 +28,7 @@  #define PPC_LLARX(t, a, b, eh)	PPC_LDARX(t, a, b, eh)  #define PPC_STLCX	stringify_in_c(stdcx.)  #define PPC_CNTLZL	stringify_in_c(cntlzd) +#define PPC_LR_STKOFF	16  /* Move to CR, single-entry optimized version. Only available   * on POWER4 and later. @@ -51,6 +52,7 @@  #define PPC_STLCX	stringify_in_c(stwcx.)  #define PPC_CNTLZL	stringify_in_c(cntlzw)  #define PPC_MTOCRF	stringify_in_c(mtcrf) +#define PPC_LR_STKOFF	4  #endif  |