diff options
author | Peter Zijlstra <peterz@infradead.org> | 2018-09-19 10:50:18 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-09-27 20:39:40 +0200 |
commit | c0a759abf5a686a37b9204c13b7e281fe516c8f0 (patch) | |
tree | 8dfc4de4e0afd4098adcaaf9b709b37707acdb37 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c6185b1f21a47af94617fde3af7e803817b522a9 (diff) |
x86/mm/cpa: Move flush_tlb_all()
There is an atom errata, where we do a local TLB invalidate right
before we return and then do a global TLB invalidate.
Move the global invalidate up a little bit and avoid the local
invalidate entirely.
This does put the global invalidate under pgd_lock, but that shouldn't
matter.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Dave Hansen <dave.hansen@intel.com>
Cc: Bin Yang <bin.yang@intel.com>
Cc: Mark Gross <mark.gross@intel.com>
Link: https://lkml.kernel.org/r/20180919085947.882287392@infradead.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions