linux/cpumask.h: update bitmap wrappers to take unsigned int
authorRasmus Villemoes <[email protected]>
Thu, 12 Feb 2015 23:01:59 +0000 (15:01 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:14 +0000 (18:54 -0800)
commitf5ac1f55204fec9d9c63644bc1de0ab6a59af9f1
treefee633dbe52a226f16118cb915263a215febabbb
parent33c4fa8c6763f1ba9f4ea64079882eaa6d7957b7
linux/cpumask.h: update bitmap wrappers to take unsigned int

Since the various bitmap_* functions now take an unsigned int as nbits
parameter, it makes sense to also update the various wrappers, even though
they're marked as obsolete.

Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/cpumask.h