summaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2016-01-20 15:00:16 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-01-20 17:09:18 -0800
commitc4c54dd1caf1393c529e7ea1f18b4342c796a49c (patch)
treef9d23bca8c206dcf89d73071be6c5c1d3aa19cae /include/linux/cpumask.h
parenta0512164278b11deb3b07bf14e72f8b979b07aa6 (diff)
downloadlinux-c4c54dd1caf1393c529e7ea1f18b4342c796a49c.tar.gz
linux-c4c54dd1caf1393c529e7ea1f18b4342c796a49c.tar.bz2
linux-c4c54dd1caf1393c529e7ea1f18b4342c796a49c.zip
kernel/cpu.c: change type of cpu_possible_bits and friends
Change cpu_possible_bits and friends (online, present, active) from being bitmaps that happen to have the right size to actually being struct cpumasks. Also rename them to __cpu_xyz_mask. This is mostly a small cleanup in preparation for exporting them and, eventually, eliminating the extra indirection through the cpu_xyz_mask variables. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/cpumask.h')
0 files changed, 0 insertions, 0 deletions