All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix rdhwr_op definition
@ 2006-07-07  5:26 Atsushi Nemoto
  2006-07-07  6:46 ` Thiemo Seufer
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2006-07-07  5:26 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf, ths

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

diff --git a/include/asm-mips/inst.h b/include/asm-mips/inst.h
index 1ed8d0f..6489f00 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
 };
 
 /*

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix rdhwr_op definition
  2006-07-07  5:26 [PATCH] fix rdhwr_op definition Atsushi Nemoto
@ 2006-07-07  6:46 ` Thiemo Seufer
  0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2006-07-07  6:46 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips, ralf

Atsushi Nemoto wrote:
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
>
> diff --git a/include/asm-mips/inst.h b/include/asm-mips/inst.h
> index 1ed8d0f..6489f00 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

Correct, thanks for catching this.


Thiemo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-07  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-07  5:26 [PATCH] fix rdhwr_op definition Atsushi Nemoto
2006-07-07  6:46 ` Thiemo Seufer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.