diff options
Diffstat (limited to 'include/asm-mips64/pgalloc.h')
-rw-r--r-- | include/asm-mips64/pgalloc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips64/pgalloc.h b/include/asm-mips64/pgalloc.h index 963a996f1..1e5de6c96 100644 --- a/include/asm-mips64/pgalloc.h +++ b/include/asm-mips64/pgalloc.h @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id: pgalloc.h,v 1.1 2000/02/04 07:40:53 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -39,6 +39,8 @@ extern void (*flush_tlb_mm)(struct mm_struct *mm); extern void (*flush_tlb_range)(struct mm_struct *mm, unsigned long start, 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); + /* * Allocate and free page tables. The xxx_kernel() versions are |