[MIPS] Fix rdhwr_op definition.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
565200a146
commit
8d197f3d17
|
@ -74,7 +74,7 @@ enum spec3_op {
|
||||||
ins_op, dinsm_op, dinsu_op, dins_op,
|
ins_op, dinsm_op, dinsu_op, dins_op,
|
||||||
bshfl_op = 0x20,
|
bshfl_op = 0x20,
|
||||||
dbshfl_op = 0x24,
|
dbshfl_op = 0x24,
|
||||||
rdhwr_op = 0x3f
|
rdhwr_op = 0x3b
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue