cpuset: remove remaining pointers to cpumask_t
authorLi Zefan <[email protected]>
Thu, 8 Jan 2009 02:08:45 +0000 (18:08 -0800)
committerLinus Torvalds <[email protected]>
Thu, 8 Jan 2009 16:31:11 +0000 (08:31 -0800)
commit6af866af34a96fed24a55979a78b6f73bd4e8e87
treee0c4b27ce3b684ebb2f6fa3685051e01a86d7354
parent300ed6cbb70718872cb4936d1d22ef295f9ba44d
cpuset: remove remaining pointers to cpumask_t

Impact: cleanups, use new cpumask API

Final trivial cleanups: mainly s/cpumask_t/struct cpumask

Note there is a FIXME in generate_sched_domains(). A future patch will
change struct cpumask *doms to struct cpumask *doms[].
(I suppose Rusty will do this.)

Signed-off-by: Li Zefan <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Rusty Russell <[email protected]>
Acked-by: Mike Travis <[email protected]>
Cc: Paul Menage <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/cpuset.h
kernel/cpuset.c