diff options
Diffstat (limited to 'arch/mips64/mm/r4xx0.c')
-rw-r--r-- | arch/mips64/mm/r4xx0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips64/mm/r4xx0.c b/arch/mips64/mm/r4xx0.c index e8f19d4a5..8ddcc9126 100644 --- a/arch/mips64/mm/r4xx0.c +++ b/arch/mips64/mm/r4xx0.c @@ -1,4 +1,4 @@ -/* $Id: r4xx0.c,v 1.7 2000/01/27 01:05:24 ralf Exp $ +/* $Id: r4xx0.c,v 1.8 2000/02/24 00:12:41 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 @@ -2042,7 +2042,7 @@ static void r4k_flush_tlb_mm(struct mm_struct *mm) printk("[tlbmm<%d>]", mm->context); #endif save_and_cli(flags); - get_new_mmu_context(mm, asid_cache); + get_new_mmu_context(mm); if(mm == current->mm) set_entryhi(mm->context & 0xff); restore_flags(flags); @@ -2090,7 +2090,7 @@ static void r4k_flush_tlb_range(struct mm_struct *mm, unsigned long start, } set_entryhi(oldpid); } else { - get_new_mmu_context(mm, asid_cache); + get_new_mmu_context(mm); if(mm == current->mm) set_entryhi(mm->context & 0xff); } |