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

cpumask: remove cpumask_t assignment from vector_allocation_domain()



Impact: cleanup

It's not legal to do assignments into cpumask_var_t; they will soon be of
variable length.

So explicitly clear the mask and set the first word, rather than using
assignment.

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