]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/genapic_flat_64.c
x86: rename ->ESR_DISABLE to ->disable_esr
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / genapic_flat_64.c
index 0a263d6bb5e270908445c9d5abfd08cde5738b1b..d437a60cc5896be03e69538753aa25bf71cf74fb 100644 (file)
@@ -184,7 +184,7 @@ struct genapic apic_flat =  {
        .irq_dest_mode                  = (APIC_DEST_LOGICAL != 0),
 
        .target_cpus                    = flat_target_cpus,
-       .ESR_DISABLE                    = 0,
+       .disable_esr                    = 0,
        .apic_destination_logical       = 0,
        .check_apicid_used              = NULL,
        .check_apicid_present           = NULL,
@@ -330,7 +330,7 @@ struct genapic apic_physflat =  {
        .irq_dest_mode                  = (APIC_DEST_PHYSICAL != 0),
 
        .target_cpus                    = physflat_target_cpus,
-       .ESR_DISABLE                    = 0,
+       .disable_esr                    = 0,
        .apic_destination_logical       = 0,
        .check_apicid_used              = NULL,
        .check_apicid_present           = NULL,