]> Pileus Git - ~andy/linux/blobdiff - include/asm-powerpc/code-patching.h
powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instruction
[~andy/linux] / include / asm-powerpc / code-patching.h
index 40ad46b1dd9d998c07fa62ea8ce7e7bf746581ce..ef3a5d156dbaf3537e311bb5baa90f42545701d3 100644 (file)
@@ -12,6 +12,8 @@
 
 #include <asm/types.h>
 
+#define PPC_NOP_INSTR  0x60000000
+
 /* Flags for create_branch:
  * "b"   == create_branch(addr, target, 0);
  * "ba"  == create_branch(addr, target, BRANCH_ABSOLUTE);