diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2012-07-30 14:40:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 17:25:16 -0700 |
commit | 9b58f6d4aaef070bf6e0744713b6d2b6fc1b3578 (patch) | |
tree | 67b220d36ae96abb0a4551d0ead65e3c0c599704 /drivers/ide | |
parent | 639b9e34f15e4b2c30068a4e4485586af0cdf709 (diff) | |
download | linux-3.10-9b58f6d4aaef070bf6e0744713b6d2b6fc1b3578.tar.gz linux-3.10-9b58f6d4aaef070bf6e0744713b6d2b6fc1b3578.tar.bz2 linux-3.10-9b58f6d4aaef070bf6e0744713b6d2b6fc1b3578.zip |
qnx4fs: use memweight()
Use memweight() to count the total number of bits clear in memory area.
Note that this memweight() call can't be replaced with a single
bitmap_weight() call, although the pointer to the memory area is aligned
to long-word boundary. Because the size of the memory area may not be a
multiple of BITS_PER_LONG, then it returns wrong value on big-endian
architecture.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Anders Larsen <al@alarsen.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ide')
0 files changed, 0 insertions, 0 deletions