|
@@ -472,7 +472,8 @@ static void numaq_vector_allocation_domain(int cpu, cpumask_t *retmask)
|
|
|
* deliver interrupts to the wrong hyperthread when only one
|
|
|
* hyperthread was specified in the interrupt desitination.
|
|
|
*/
|
|
|
- *retmask = (cpumask_t){ { [0] = APIC_ALL_CPUS, } };
|
|
|
+ cpumask_clear(retmask);
|
|
|
+ cpumask_bits(retmask)[0] = APIC_ALL_CPUS;
|
|
|
}
|
|
|
|
|
|
static void numaq_setup_portio_remap(void)
|