aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorLorenzo Stoakes <[email protected]>2024-09-11 18:51:11 +0100
committerLinus Torvalds <[email protected]>2024-09-11 11:07:47 -0700
commit7c6a3a65ace70f12b27b1a27c9a69cb791dc6e91 (patch)
treebeea04da4d4a5672024b89537324908e26ff7094 /tools/perf/scripts/python/libxed.py
parent8d8d276ba2fb5f9ac4984f5c10ae60858090babc (diff)
minmax: reduce min/max macro expansion in atomisp driver
Avoid unnecessary nested min()/max() which results in egregious macro expansion. Use clamp_t() as this introduces the least possible expansion, and turn the {s,u}DIGIT_FITTING() macros into inline functions to avoid the nested expansion. This resolves an issue with slackware 15.0 32-bit compilation as reported by Richard Narron. Presumably the min/max fixups would be difficult to backport, this patch should be easier and fix's Richard's problem in 5.15. Reported-by: Richard Narron <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Fixes: 867046cc7027 ("minmax: relax check to allow comparison between unsigned arguments and signed constants") Cc: [email protected] Signed-off-by: Lorenzo Stoakes <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions