All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard()
@ 2007-01-24 13:22 Yoichi Yuasa
  2007-01-24 13:36 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2007-01-24 13:22 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips

Hi Ralf,

NEC VR4111 and VR4121 need one more nop with mtc0_tlbw_hazard().
If I need to separate vr41xx hazard, please let me know.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/hazards.h mips/include/asm-mips/hazards.h
--- mips-orig/include/asm-mips/hazards.h	2007-01-24 22:06:48.231247000 +0900
+++ mips/include/asm-mips/hazards.h	2007-01-24 22:13:23.172037500 +0900
@@ -157,7 +157,7 @@ ASMMACRO(back_to_back_c0_hazard,
  * processors.
  */
 ASMMACRO(mtc0_tlbw_hazard,
-	nop
+	nop; nop
 	)
 ASMMACRO(tlbw_use_hazard,
 	nop; nop; nop

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

* Re: [PATCH][MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard()
  2007-01-24 13:22 [PATCH][MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard() Yoichi Yuasa
@ 2007-01-24 13:36 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-01-24 13:36 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Wed, Jan 24, 2007 at 10:22:06PM +0900, Yoichi Yuasa wrote:

> NEC VR4111 and VR4121 need one more nop with mtc0_tlbw_hazard().
> If I need to separate vr41xx hazard, please let me know.

I doubt the extra complexity would be justified, so I applied your patch
as-is

Thanks,

  Ralf

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

end of thread, other threads:[~2007-01-24 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24 13:22 [PATCH][MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard() Yoichi Yuasa
2007-01-24 13:36 ` Ralf Baechle

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.