diff options
| author | Yury Norov <[email protected]> | 2015-04-16 12:44:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2015-04-17 09:03:56 -0400 |
| commit | 2afe27c718b669b551895595873611ac39cc31e3 (patch) | |
| tree | 69c4b547b6dc2332514757c7a93e2fce1c6692ff /tools/perf/scripts/python | |
| parent | d48502eacd8934b79c3e62f7858c79fa6422398b (diff) | |
lib/bitmap.c: bitmap_[empty,full]: remove code duplication
bitmap_empty() has its own implementation. But it's clearly as simple as:
find_first_bit(src, nbits) == nbits
The same is true for 'bitmap_full'.
Signed-off-by: Yury Norov <[email protected]>
Cc: George Spelvin <[email protected]>
Cc: Alexey Klimov <[email protected]>
Cc: 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')
0 files changed, 0 insertions, 0 deletions