diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-07-07 14:26:41 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 21:26:08 +0100 |
commit | 8d197f3d17d4f43eb7d032491af7fc959cbed4fa (patch) | |
tree | 036c0b115469a831c42ec2bb53672219dd24995a /include/asm-mips/inst.h | |
parent | 565200a14641eb7ab7b96a726441f2e4d663d15c (diff) | |
download | blackbird-obmc-linux-8d197f3d17d4f43eb7d032491af7fc959cbed4fa.tar.gz blackbird-obmc-linux-8d197f3d17d4f43eb7d032491af7fc959cbed4fa.zip |
[MIPS] Fix rdhwr_op definition.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/inst.h')
-rw-r--r-- | include/asm-mips/inst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/inst.h b/include/asm-mips/inst.h index 1ed8d0f62577..6489f00731ca 100644 --- a/include/asm-mips/inst.h +++ b/include/asm-mips/inst.h @@ -74,7 +74,7 @@ enum spec3_op { ins_op, dinsm_op, dinsu_op, dins_op, bshfl_op = 0x20, dbshfl_op = 0x24, - rdhwr_op = 0x3f + rdhwr_op = 0x3b }; /* |