]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/code-patching.h
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / include / asm-powerpc / code-patching.h
index ef3a5d156dbaf3537e311bb5baa90f42545701d3..107d9b915e33e9559f14357a2e4f55cf3f857e82 100644 (file)
@@ -12,7 +12,8 @@
 
 #include <asm/types.h>
 
-#define PPC_NOP_INSTR  0x60000000
+#define PPC_NOP_INSTR          0x60000000
+#define PPC_LWSYNC_INSTR       0x7c2004ac
 
 /* Flags for create_branch:
  * "b"   == create_branch(addr, target, 0);