diff options
author | Peter Zijlstra <[email protected]> | 2018-10-11 16:51:51 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-04-03 10:32:44 +0200 |
commit | a30e32bd79e924f460b8b83408d88af34a402f6d (patch) | |
tree | 93fe3aab6afd5eac92bac803acaafb5d94c87092 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5f307be18b32aeff7bbad540c0d3897ecedbeb56 (diff) |
asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()
When an architecture does not have (an efficient) flush_tlb_range(),
but instead always uses full TLB invalidates, the current generic
tlb_flush() is sub-optimal, for it will generate extra flushes in
order to keep the range small.
But if we cannot do range flushes, that is a moot concern. Optionally
provide this simplified default.
No change in behavior intended.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Will Deacon <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions