cpumask: remove cpumask_t assignment from vector_allocation_domain()
commit5c6cb5e2b1798694c859fd3821a34404355e1030
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:56 +0000 (13 14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:56 +0000 (13 14:49 +1030)
tree9fa2a5ca0843352d733734cb5367faa73e414cae
parentd680eb8bcd0e43b20067fd2c810d76463db5444e
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>
arch/x86/kernel/apic/es7000_32.c
arch/x86/kernel/apic/numaq_32.c
arch/x86/kernel/apic/probe_32.c
arch/x86/kernel/apic/summit_32.c