patch-2.1.51 linux/arch/mips/mm/r6000.c

Next file: linux/arch/mips/mm/tfp.c
Previous file: linux/arch/mips/mm/r4xx0.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.50/linux/arch/mips/mm/r6000.c linux/arch/mips/mm/r6000.c
@@ -1,4 +1,4 @@
-/* $Id: r6000.c,v 1.1 1997/06/06 09:35:31 ralf Exp $
+/* $Id: r6000.c,v 1.2 1997/08/08 18:13:11 miguel Exp $
  * r6000.c: MMU and cache routines for the R6000 processors.
  *
  * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
@@ -156,6 +156,12 @@
 	       (unsigned int) regs->cp0_cause);
 }
 
+static void r6000_add_wired_entry(unsigned long entrylo0, unsigned long entrylo1,
+				  unsigned long entryhi, unsigned long pagemask)
+{
+        /* XXX */
+}
+
 void ld_mmu_r6000(void)
 {
 	flush_cache_all = r6000_flush_cache_all;
@@ -175,6 +181,8 @@
 	update_mmu_cache = r6000_update_mmu_cache;
 
 	show_regs = r6000_show_regs;
+    
+        add_wired_entry = r6000_add_wired_entry;
 
 	flush_cache_all();
 	flush_tlb_all();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov