cpumask: switch over to cpu_online/possible/active/present_mask: core
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:14 +0000 (09:05 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:14 +0000 (09:05 +1030)
commitb3199c025d1646e25e7d1d640dd605db251dccf8
tree752bd257f2db6b4d39bf9cdce18ca25ade5e63a9
parentcb78a0ce69fad2026825f957e24e2d9cda1ec9f1
cpumask: switch over to cpu_online/possible/active/present_mask: core

Impact: cleanup

This implements the obsolescent cpu_online_map in terms of
cpu_online_mask, rather than the other way around.  Same for the other
maps.

The documentation comments are also updated to refer to _mask rather
than _map.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
include/linux/cpumask.h
kernel/cpu.c