nios2: flush_tlb_pid can just restore TLBMISC once

This matches the other functions in this file that use TLBMISC.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
Nicholas Piggin
2018-11-05 10:47:32 +08:00
کامیت شده توسط Ley Foon Tan
والد 7d1730708b
کامیت 58fd476678

مشاهده پرونده

@@ -228,9 +228,9 @@ void flush_tlb_pid(unsigned long pid)
}
addr += PAGE_SIZE;
WRCTL(CTL_TLBMISC, org_misc);
}
WRCTL(CTL_TLBMISC, org_misc);
}
void flush_tlb_all(void)