Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] R43XX tlb write entry missing
@ 2005-03-20 19:44 Brian Murphy
  2005-03-20 22:42 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Murphy @ 2005-03-20 19:44 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

Hi Ralf,
	the R43XX is missing an entry in the tlbw synthesizer.
Here is a patch.

/Brian

Index: arch/mips/mm/tlbex.c
===================================================================
RCS file: /cvs/linux/arch/mips/mm/tlbex.c,v
retrieving revision 1.17
diff -u -r1.17 tlbex.c
--- arch/mips/mm/tlbex.c	1 Mar 2005 06:33:17 -0000	1.17
+++ arch/mips/mm/tlbex.c	17 Mar 2005 23:14:44 -0000
@@ -830,6 +830,7 @@
 		i_nop(p);
 		break;
 
+	case CPU_R4300:
 	case CPU_R4600:
 	case CPU_R4700:
 	case CPU_R5000:

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

end of thread, other threads:[~2005-03-20 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-20 19:44 [PATCH] R43XX tlb write entry missing Brian Murphy
2005-03-20 22:42 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox