|
@@ -114,11 +114,9 @@ EXPORT_SYMBOL_GPL(uv_possible_blades);
|
|
unsigned long sn_rtc_cycles_per_second;
|
|
unsigned long sn_rtc_cycles_per_second;
|
|
EXPORT_SYMBOL(sn_rtc_cycles_per_second);
|
|
EXPORT_SYMBOL(sn_rtc_cycles_per_second);
|
|
|
|
|
|
-/* Start with all IRQs pointing to boot CPU. IRQ balancing will shift them. */
|
|
|
|
-
|
|
|
|
static const struct cpumask *uv_target_cpus(void)
|
|
static const struct cpumask *uv_target_cpus(void)
|
|
{
|
|
{
|
|
- return cpumask_of(0);
|
|
|
|
|
|
+ return cpu_online_mask;
|
|
}
|
|
}
|
|
|
|
|
|
static void uv_vector_allocation_domain(int cpu, struct cpumask *retmask)
|
|
static void uv_vector_allocation_domain(int cpu, struct cpumask *retmask)
|