diff options
Diffstat (limited to 'arch/mips64')
-rw-r--r-- | arch/mips64/mm/andes.c | 2 |
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); } } |