diff options
author | 2016-01-20 15:00:25 -0800 | |
---|---|---|
committer | 2016-01-20 17:09:18 -0800 | |
commit | 5aec01b834fd6f8ca49d1aeede665b950d0c148e (patch) | |
tree | 045503272e743839d1e5fe08ba332c5e28d4547e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | drivers/base/cpu.c: use __cpu_*_mask directly (diff) | |
download | wireguard-linux-5aec01b834fd6f8ca49d1aeede665b950d0c148e.tar.xz wireguard-linux-5aec01b834fd6f8ca49d1aeede665b950d0c148e.zip |
kernel/cpu.c: eliminate cpu_*_mask
Replace the variables cpu_possible_mask, cpu_online_mask, cpu_present_mask
and cpu_active_mask with macros expanding to expressions of the same type
and value, eliminating some indirection.
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 '')
0 files changed, 0 insertions, 0 deletions