x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain membership
[sfrench/cifs-2.6.git] / arch / x86 / kernel / vsmp_64.c
index fa5adb7c228c76805494038b5cf3015db7cc070e..3f0285ac00fa6536a19e9a6817fdcbc92c52c4ae 100644 (file)
@@ -208,10 +208,9 @@ static int apicid_phys_pkg_id(int initial_apic_id, int index_msb)
  * In vSMP, all cpus should be capable of handling interrupts, regardless of
  * the APIC used.
  */
-static bool fill_vector_allocation_domain(int cpu, struct cpumask *retmask)
+static void fill_vector_allocation_domain(int cpu, struct cpumask *retmask)
 {
        cpumask_setall(retmask);
-       return false;
 }
 
 static void vsmp_apic_post_init(void)