|
@@ -228,10 +228,11 @@ static int x2apic_cluster_probe(void)
|
|
|
/*
|
|
|
* Each x2apic cluster is an allocation domain.
|
|
|
*/
|
|
|
-static void cluster_vector_allocation_domain(int cpu, struct cpumask *retmask)
|
|
|
+static bool cluster_vector_allocation_domain(int cpu, struct cpumask *retmask)
|
|
|
{
|
|
|
cpumask_clear(retmask);
|
|
|
cpumask_copy(retmask, per_cpu(cpus_in_cluster, cpu));
|
|
|
+ return true;
|
|
|
}
|
|
|
|
|
|
static struct apic apic_x2apic_cluster = {
|