diff options
Diffstat (limited to 'arch/mips64/mm/loadmmu.c')
-rw-r--r-- | arch/mips64/mm/loadmmu.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips64/mm/loadmmu.c b/arch/mips64/mm/loadmmu.c index a96ab901c..0c9be7291 100644 --- a/arch/mips64/mm/loadmmu.c +++ b/arch/mips64/mm/loadmmu.c @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id: loadmmu.c,v 1.1 1999/08/18 23:37:48 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 @@ -52,9 +52,6 @@ void (*update_mmu_cache)(struct vm_area_struct * vma, void (*show_regs)(struct pt_regs *); -void (*add_wired_entry)(unsigned long entrylo0, unsigned long entrylo1, - unsigned long entryhi, unsigned long pagemask); - int (*user_mode)(struct pt_regs *); asmlinkage void *(*resume)(void *last, void *next); |