Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpumask: update local_cpus_show to use new cpumask API
Impact: use new cpumask API to reduce stack usage Replace the local cpumask_t variable with a pointer to the const cpumask that needs to be printed. Signed-off-by: Mike Travis <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
- Loading branch information