1
0
Fork 0

nios2: pte_clear does not need to flush TLB

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
hifive-unleashed-5.1
Nicholas Piggin 2018-11-05 10:31:58 +08:00 committed by Ley Foon Tan
parent 195568a10a
commit 0b5754b986
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ static inline void pte_clear(struct mm_struct *mm,
pte_val(null) = (addr >> PAGE_SHIFT) & 0xf;
set_pte_at(mm, addr, ptep, null);
flush_tlb_one(addr);
}
/*