aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorNadav Amit <[email protected]>2018-01-31 13:19:12 -0800
committerIngo Molnar <[email protected]>2018-02-13 15:05:49 +0100
commit515ab7c41306aad1f80a980e1936ef635c61570c (patch)
tree92f0918bf6984eb2b1c7bfc014926a6c88edae7d /tools/perf/util/scripting-engines/trace-event-python.c
parent178e834c47b0d01352c48730235aae69898fbc02 (diff)
x86/mm: Align TLB invalidation info
The TLB invalidation info is allocated on the stack, which might cause it to be unaligned. Since this information may be transferred to different cores for TLB shootdown, this may cause an additional cache line to become shared. While the overhead is likely to be small, the fix is simple. We do not use __cacheline_aligned() since it also defines the section, which is inappropriate for stack variables. Signed-off-by: Nadav Amit <[email protected]> Acked-by: Andy Lutomirski <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Nadav Amit <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions