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

cpumask: remove x86 cpumask_t uses.



Impact: cleanup

We are removing cpumask_t in favour of struct cpumask: mainly as a
marker of what code is now CONFIG_CPUMASK_OFFSTACK-safe.

The only non-trivial change here is vector_allocation_domain():
explicitly clear the mask and set the first word, rather than using
assignment.

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