projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
565200a
)
[MIPS] Fix rdhwr_op definition.
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Fri, 7 Jul 2006 05:26:41 +0000
(14:26 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 13 Jul 2006 20:26:08 +0000
(21:26 +0100)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/inst.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/inst.h
b/include/asm-mips/inst.h
index
1ed8d0f
..
6489f00
100644
(file)
--- 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 = 0x3
f
+ rdhwr_op = 0x3
b
};
/*