diff options
author | Matthew Wilcox <[email protected]> | 2017-07-10 15:51:35 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-07-10 16:32:34 -0700 |
commit | 2c6deb01525ac11cc03c44fe31e3f45ce2cadaf9 (patch) | |
tree | 3ec33e9980028a7d01f54772b0a7ce60db55c39c /tools/perf/scripts/python/futex-contention.py | |
parent | 2a98dc028f911a7c59c87d11d4eed6626be1605b (diff) |
bitmap: use memcmp optimisation in more situations
Commit 7dd968163f7c ("bitmap: bitmap_equal memcmp optimization") was
rather more restrictive than necessary; we can use memcmp() to implement
bitmap_equal() as long as the number of bits can be proved to be a
multiple of 8. And architectures other than s390 may be able to make
good use of this optimisation.
[[email protected]: fix build: add a memcmp() declaration]
Link: http://lkml.kernel.org/r/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-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/futex-contention.py')
0 files changed, 0 insertions, 0 deletions