]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/x86/kernel/apic/x2apic_cluster.c
Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity
[linux-beck.git] / arch / x86 / kernel / apic / x2apic_cluster.c
index 54f35d988025b6d867f4915d5d4aeecf9461f352..200af5ae96626e1610c7c946bb0a33c5360f9bcb 100644 (file)
@@ -227,7 +227,7 @@ static void cluster_vector_allocation_domain(int cpu, struct cpumask *retmask,
                cpumask_and(retmask, mask, per_cpu(cpus_in_cluster, cpu));
 }
 
-static struct apic apic_x2apic_cluster = {
+static struct apic apic_x2apic_cluster __ro_after_init = {
 
        .name                           = "cluster x2apic",
        .probe                          = x2apic_cluster_probe,