mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
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: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
d680eb8bcd
commit
5c6cb5e2b1
4 changed files with 8 additions and 4 deletions
Loading…
Add table
Add a link
Reference in a new issue