Skip to content

Commit

Permalink
powerpc: Fix tlbilx opcode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala committed Apr 7, 2009
1 parent 11b55da commit 7281f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/ppc-opcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#define PPC_INST_STSWI 0x7c0005aa
#define PPC_INST_STSWX 0x7c00052a
#define PPC_INST_TLBILX 0x7c000626
#define PPC_INST_TLBILX 0x7c000024
#define PPC_INST_WAIT 0x7c00007c

/* macros to insert fields into opcodes */
Expand Down

0 comments on commit 7281f5d

Please sign in to comment.