Searched hist:"5 c6cb5e2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | probe_32.c | 5c6cb5e2 Thu Mar 12 23:19:56 CDT 2009 Rusty Russell <rusty@rustcorp.com.au> 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> 5c6cb5e2 Thu Mar 12 23:19:56 CDT 2009 Rusty Russell <rusty@rustcorp.com.au> 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>
|