x86/apic/x2apic: Limit the vector reservation to the user specified mask
[linux-2.6-block.git] / arch / x86 / kernel / apic / apic_noop.c
index 08c337bc49ffa9c39d6fa07c1891a7030e18a813..e145f28b40993d4753d714f9247a46a8507fa959 100644 (file)
@@ -100,7 +100,8 @@ static unsigned long noop_check_apicid_present(int bit)
        return physid_isset(bit, phys_cpu_present_map);
 }
 
-static void noop_vector_allocation_domain(int cpu, struct cpumask *retmask)
+static void noop_vector_allocation_domain(int cpu, struct cpumask *retmask,
+                                         const struct cpumask *mask)
 {
        if (cpu != 0)
                pr_warning("APIC: Vector allocated for non-BSP cpu\n");