summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2026-03-08 18:12:35 +0100
committerBorislav Petkov (AMD) <bp@alien8.de>2026-03-08 19:56:49 +0100
commitceea7868b594ccf376562af40b9463d9f2fb7dd0 (patch)
treef7c7fbd2daa87d8918c328a1dc5f96e20d3710d4 /tools/perf/scripts/python/bin
parent09fbb775f1d01945119c4a0be4afacf30cc86796 (diff)
x86/local: Remove trailing semicolon from _ASM_XADD in local_add_return()
Remove the trailing semicolon from the inline assembly statement in local_add_return(). The _ASM_XADD macro already expands to a complete instruction, making the extra semicolon unnecessary. More importantly, the stray semicolon causes GCC to treat the inline asm as containing multiple instructions, which can skew its internal instruction count estimation and affect optimization heuristics. No functional change intended. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20260308171250.7278-1-ubizjak@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions