Update of /cvsroot/linux-mips/linux/arch/mips/mm
In directory usw-pr-cvs1:/tmp/cvs-serv30672
Modified Files:
tlb-r3k.c
Log Message:
Always compile r3k_have_wired_reg.
Index: tlb-r3k.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/mm/tlb-r3k.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tlb-r3k.c 2001/10/24 23:32:54 1.3
+++ tlb-r3k.c 2001/10/26 16:10:17 1.4
@@ -27,9 +27,7 @@
#undef DEBUG_TLB
-#ifdef CONFIG_CPU_TX39XX
int r3k_have_wired_reg = 0; /* should be in mips_cpu? */
-#endif
/* TLB operations. */
void local_flush_tlb_all(void)
|