cpumask: convert rest of files in kernel/
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:28 +0000 (10:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:28 +0000 (10:12 +1030)
commit41c7bb9588904eb060a95bcad47bd3804a1ece25
treeccae4bd3cb26be171fad9e26147ef8839405f298
parente0b582ec56f1a1d8b30ebf340a7b91fb09f26c8c
cpumask: convert rest of files in kernel/

Impact: Reduce stack usage, use new cpumask API.

Mainly changing cpumask_t to 'struct cpumask' and similar simple API
conversion.  Two conversions worth mentioning:

1) we use cpumask_any_but to avoid a temporary in kernel/softlockup.c,
2) Use cpumask_var_t in taskstats_user_cmd().

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@redhat.com>
include/linux/stop_machine.h
kernel/power/poweroff.c
kernel/softlockup.c
kernel/stop_machine.c
kernel/taskstats.c