diff options
| -rw-r--r-- | arch/x86/kernel/apic/x2apic_uv_x.c | 4 |
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); | |||
| 114 | unsigned long sn_rtc_cycles_per_second; | 114 | unsigned long sn_rtc_cycles_per_second; |
| 115 | EXPORT_SYMBOL(sn_rtc_cycles_per_second); | 115 | EXPORT_SYMBOL(sn_rtc_cycles_per_second); |
| 116 | 116 | ||
| 117 | /* Start with all IRQs pointing to boot CPU. IRQ balancing will shift them. */ | ||
| 118 | |||
| 119 | static const struct cpumask *uv_target_cpus(void) | 117 | static const struct cpumask *uv_target_cpus(void) |
| 120 | { | 118 | { |
| 121 | return cpumask_of(0); | 119 | return cpu_online_mask; |
| 122 | } | 120 | } |
| 123 | 121 | ||
| 124 | static void uv_vector_allocation_domain(int cpu, struct cpumask *retmask) | 122 | static void uv_vector_allocation_domain(int cpu, struct cpumask *retmask) |
