projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b55da
)
powerpc: Fix tlbilx opcode
author
Kumar Gala
<galak@kernel.crashing.org>
Mon, 6 Apr 2009 20:25:52 +0000
(15:25 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Tue, 7 Apr 2009 06:36:27 +0000
(
01:36
-0500)
The tlbilx opcode was not matching the Power ISA 2.06 arch spec.
The old opcode was an early suggested opcode that changed during the
2.06 architecture process.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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
f4a4db8
..
640ccbb
100644
(file)
--- a/
arch/powerpc/include/asm/ppc-opcode.h
+++ b/
arch/powerpc/include/asm/ppc-opcode.h
@@
-43,7
+43,7
@@
#define PPC_INST_STSWI 0x7c0005aa
#define PPC_INST_STSWX 0x7c00052a
-#define PPC_INST_TLBILX 0x7c000
626
+#define PPC_INST_TLBILX 0x7c000
024
#define PPC_INST_WAIT 0x7c00007c
/* macros to insert fields into opcodes */