aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2014-08-06 16:09:59 -0700
committerLinus Torvalds <[email protected]>2014-08-06 18:01:26 -0700
commit2f9305eb31097fdd3dc86daca65d8097d1fcf2ff (patch)
tree6b6ecf6c0a60a531f6f2f9bdec7ef400defddb6f /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parent65b4ee62c9cd10640f0054f47fd84c7920e8c118 (diff)
lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned
This change is only for consistency with the changes to the other bitmap_* functions; it doesn't change the size of the generated code: inside BITS_TO_LONGS there is a sizeof(long), which causes bits to be interpreted as unsigned anyway. Signed-off-by: Rasmus Villemoes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions