commit | e71c99fe8da9b8ab07b837a6f317c327d6a2b3df | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Mon Nov 05 10:51:44 2018 +0800 |
committer | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Mar 07 05:29:35 2019 +0800 |
tree | b4557ee6f69e1f31e2302d6699da93c23c0632f9 | |
parent | 58fd4766787eacd89a0859b0c4b90bd24258f971 [diff] |
nios2: flush_tlb_mm flush only the pid Currently flush_tlb_mm flushes the entire TLB. Switch it to doing a PID aware flush. This also improves the readibility of flush_tlb_pid. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>