diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2024-12-13 15:27:33 +0300 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2025-01-13 11:50:18 +0300 |
commit | 8cae8e0afb2f1f6879efa6899b6323171c3bd990 (patch) | |
tree | 7afa16fe52af3a0413565c30cbac6cc65401ede9 /tools/perf/scripts/python/gecko.py | |
parent | 061a5e4ac36dac35bb4dfd6a6054c5657b953881 (diff) | |
download | linux-8cae8e0afb2f1f6879efa6899b6323171c3bd990.tar.xz |
s390/bitops: Switch to generic bitops
The generic bitops implementation is nearly identical to the s390
implementation therefore switch to the generic variant.
This results in a small kernel image size decrease. This is because for
the generic variant the nr parameter for most bitops functions is of
type unsigned int while the s390 variant uses unsigned long.
bloat-o-meter:
add/remove: 670/670 grow/shrink: 167/209 up/down: 21440/-21792 (-352)
Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions