patch-2.3.43 linux/include/asm-mips/pgtable.h

Next file: linux/include/asm-ppc/bitops.h
Previous file: linux/include/asm-mips/mmu_context.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/include/asm-mips/pgtable.h linux/include/asm-mips/pgtable.h
@@ -47,6 +47,10 @@
 			       unsigned long end);
 extern void (*flush_tlb_page)(struct vm_area_struct *vma, unsigned long page);
 
+extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end)
+{
+}
+
 /*
  * - add_wired_entry() add a fixed TLB entry, and move wired register
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)