aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/x2apic_uv_x.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 21db3cbea7dc..af0ca80e38a9 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -114,11 +114,9 @@ EXPORT_SYMBOL_GPL(uv_possible_blades);
114unsigned long sn_rtc_cycles_per_second; 114unsigned long sn_rtc_cycles_per_second;
115EXPORT_SYMBOL(sn_rtc_cycles_per_second); 115EXPORT_SYMBOL(sn_rtc_cycles_per_second);
116 116
117/* Start with all IRQs pointing to boot CPU. IRQ balancing will shift them. */
118
119static const struct cpumask *uv_target_cpus(void) 117static const struct cpumask *uv_target_cpus(void)
120{ 118{
121 return cpumask_of(0); 119 return cpu_online_mask;
122} 120}
123 121
124static void uv_vector_allocation_domain(int cpu, struct cpumask *retmask) 122static void uv_vector_allocation_domain(int cpu, struct cpumask *retmask)