diff options
author | Peter Zijlstra <[email protected]> | 2022-07-08 09:18:04 +0200 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2022-07-21 10:50:13 -0700 |
commit | 1d7708e75c49d08392884a08feeebaa3f9d80703 (patch) | |
tree | 4f9a93e131c59187fd6636b32c53fe6b54203b69 /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | 1e9fdf21a4339b102539f476a9842e7526c01939 (diff) |
csky/tlb: Remove tlb_flush() define
The previous patch removed the tlb_flush_end() implementation which
used tlb_flush_range(). This means:
- csky did double invalidates, a range invalidate per vma and a full
invalidate at the end
- csky actually has range invalidates and as such the generic
tlb_flush implementation is more efficient for it.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Will Deacon <[email protected]>
Tested-by: Guo Ren <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions