diff options
author | Nadav Amit <[email protected]> | 2021-02-20 15:17:08 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2021-03-06 12:59:10 +0100 |
commit | 2f4305b19fe6a2a261d76c21856c5598f7d878fe (patch) | |
tree | 061ebf3ef8372e4da41a4c113127381207bc1d0c /tools/perf/util/trace-event-scripting.c | |
parent | 4ce94eabac16b1d2c95762b40f49e5654ab288d7 (diff) |
x86/mm/tlb: Privatize cpu_tlbstate
cpu_tlbstate is mostly private and only the variable is_lazy is shared.
This causes some false-sharing when TLB flushes are performed.
Break cpu_tlbstate intro cpu_tlbstate and cpu_tlbstate_shared, and mark
each one accordingly.
Signed-off-by: Nadav Amit <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Dave Hansen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions