Skip to content
Commit e7577c50 authored by Rusty Russell's avatar Rusty Russell
Browse files

cpumask: convert kernel/workqueue.c



Impact: Reduce memory usage, use new cpumask API.

cpu_populated_map becomes a cpumask_var_t, and cpu_singlethread_map is
simply a cpumask pointer: it's simply the cpumask containing the first
possible CPU anyway.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent a45185d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment