summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-03-31 21:53:11 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-03-31 21:53:11 +0000
commit202a772a88c337dc0cc1902eb56ead2894b722a5 (patch)
treef0a2209463d4b0b79734833ea50d94ca2e5c1419 /arch/mips64/mm
parent8d290636b8561de8471c66874e80aa898922e974 (diff)
save_and_cli and restore_flags ... not save_and_cli and __restore_flags ...
Diffstat (limited to 'arch/mips64/mm')
-rw-r--r--arch/mips64/mm/andes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/mm/andes.c b/arch/mips64/mm/andes.c
index 9d808d250..071c4611e 100644
--- a/arch/mips64/mm/andes.c
+++ b/arch/mips64/mm/andes.c
@@ -304,7 +304,7 @@ andes_flush_tlb_range(struct mm_struct *mm, unsigned long start,
if(mm == current->mm)
set_entryhi(mm->context & 0xff);
}
- __restore_flags(flags);
+ restore_flags(flags);
}
}