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>
Showing
- include/linux/stop_machine.h 3 additions, 3 deletionsinclude/linux/stop_machine.h
- kernel/power/poweroff.c 1 addition, 1 deletionkernel/power/poweroff.c
- kernel/softlockup.c 2 additions, 4 deletionskernel/softlockup.c
- kernel/stop_machine.c 4 additions, 4 deletionskernel/stop_machine.c
- kernel/taskstats.c 24 additions, 15 deletionskernel/taskstats.c
Loading
Please register or sign in to comment