projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb7fc08
)
ppc: bpf: add reqired opcodes for ppc32
author
Denis Kirjanov
<kda@linux-powerpc.org>
Tue, 17 Feb 2015 07:04:39 +0000
(10:04 +0300)
committer
David S. Miller
<davem@davemloft.net>
Fri, 20 Feb 2015 20:19:43 +0000
(15:19 -0500)
Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/powerpc/include/asm/ppc-opcode.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/ppc-opcode.h
b/arch/powerpc/include/asm/ppc-opcode.h
index 03cd858a401c067b1b34f18e9b5fddd521e8fe2d..2eadde0b98fb5469ff94f353c8fb9e540d3ef326 100644
(file)
--- a/
arch/powerpc/include/asm/ppc-opcode.h
+++ b/
arch/powerpc/include/asm/ppc-opcode.h
@@
-212,6
+212,8
@@
#define PPC_INST_LWZ 0x80000000
#define PPC_INST_STD 0xf8000000
#define PPC_INST_STDU 0xf8000001
+#define PPC_INST_STW 0x90000000
+#define PPC_INST_STWU 0x94000000
#define PPC_INST_MFLR 0x7c0802a6
#define PPC_INST_MTLR 0x7c0803a6
#define PPC_INST_CMPWI 0x2c000000