patch-2.4.0-test8 linux/include/asm-arm/pgalloc.h
Next file: linux/include/asm-arm/proc-armo/assembler.h
Previous file: linux/include/asm-arm/pci.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Sep 3 11:19:11 2000
- Orig file:
v2.4.0-test7/linux/include/asm-arm/pgalloc.h
- Orig date:
Wed Aug 23 18:36:39 2000
diff -u --recursive --new-file v2.4.0-test7/linux/include/asm-arm/pgalloc.h linux/include/asm-arm/pgalloc.h
@@ -13,11 +13,10 @@
*/
#include <asm/proc/cache.h>
-extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm,
- unsigned long start,
- unsigned long end)
-{
-}
+/*
+ * ARM processors do not cache TLB tables in RAM.
+ */
+#define flush_tlb_pgtables(mm,start,end) do { } while (0)
/*
* Page table cache stuff
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)