diff options
Diffstat (limited to 'arch/powerpc/include/asm/code-patching.h')
| -rw-r--r-- | arch/powerpc/include/asm/code-patching.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/arch/powerpc/include/asm/code-patching.h b/arch/powerpc/include/asm/code-patching.h index 107d9b915e3..37c32aba79b 100644 --- a/arch/powerpc/include/asm/code-patching.h +++ b/arch/powerpc/include/asm/code-patching.h @@ -11,9 +11,7 @@   */  #include <asm/types.h> - -#define PPC_NOP_INSTR		0x60000000 -#define PPC_LWSYNC_INSTR	0x7c2004ac +#include <asm/ppc-opcode.h>  /* Flags for create_branch:   * "b"   == create_branch(addr, target, 0); | 
