Home
last modified time | relevance | path

Searched hist:"5 c6cb5e2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dprobe_32.c5c6cb5e2 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>