-
由 Yury Norov 提交于
bitmap_weight() doesn't return negative values, so change it's type to unsigned long. It may help compiler to generate better code and catch bugs. Signed-off-by: NYury Norov <yury.norov@gmail.com>4dea97f8
bitmap_weight() doesn't return negative values, so change it's type
to unsigned long. It may help compiler to generate better code and
catch bugs.
Signed-off-by: NYury Norov <yury.norov@gmail.com>