patch-2.3.4 linux/include/asm-ppc/pgtable.h
Next file: linux/include/asm-ppc/processor.h
Previous file: linux/include/asm-ppc/mmu.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sat May 22 13:03:00 1999
- Orig file:
v2.3.3/linux/include/asm-ppc/pgtable.h
- Orig date:
Thu Apr 29 12:39:01 1999
diff -u --recursive --new-file v2.3.3/linux/include/asm-ppc/pgtable.h linux/include/asm-ppc/pgtable.h
@@ -20,6 +20,11 @@
#define flush_tlb_page local_flush_tlb_page
#define flush_tlb_range local_flush_tlb_range
+extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end)
+{
+ /* PPC has hw page tables. */
+}
+
/*
* No cache flushing is required when address mappings are
* changed, because the caches on PowerPCs are physically
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)