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

cpumask: convert kernel/compat.c



Impact: Reduce stack usage, use new cpumask API.

Straightforward conversion; cpumasks' size is given by cpumask_size() (now
a variable rather than fixed) and on-stack cpu masks use cpumask_var_t.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 3e597945
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