]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/apic/x2apic_uv_x.c
x86: Apply more __ro_after_init and const
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / apic / x2apic_uv_x.c
index 09b59adaea3f5499c1c3da0473e79f8f40695037..ed887dedd35e9ae978a2978c56ccf7b469ec8925 100644 (file)
@@ -554,7 +554,7 @@ static int uv_probe(void)
        return apic == &apic_x2apic_uv_x;
 }
 
-static struct apic __refdata apic_x2apic_uv_x = {
+static struct apic apic_x2apic_uv_x __ro_after_init = {
 
        .name                           = "UV large system",
        .probe                          = uv_probe,