patch-2.3.43 linux/include/asm-m68k/pgalloc.h
Next file: linux/include/asm-mips/mmu_context.h
Previous file: linux/include/asm-m68k/mmu_context.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Feb 8 18:23:13 2000
- Orig file:
v2.3.42/linux/include/asm-m68k/pgalloc.h
- Orig date:
Fri Jan 28 15:09:09 2000
diff -u --recursive --new-file v2.3.42/linux/include/asm-m68k/pgalloc.h linux/include/asm-m68k/pgalloc.h
@@ -396,4 +396,9 @@
__asm__ __volatile__("pflush #4,#4,(%0)" : : "a" (addr));
}
+extern inline void flush_tlb_pgtables(struct mm_struct *mm,
+ unsigned long start, unsigned long end)
+{
+}
+
#endif /* _M68K_PGALLOC_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)