diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2016-01-21 02:00:16 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-21 04:09:18 +0300 |
commit | c4c54dd1caf1393c529e7ea1f18b4342c796a49c (patch) | |
tree | f9d23bca8c206dcf89d73071be6c5c1d3aa19cae /include/linux/cpumask.h | |
parent | a0512164278b11deb3b07bf14e72f8b979b07aa6 (diff) | |
download | linux-c4c54dd1caf1393c529e7ea1f18b4342c796a49c.tar.xz |
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