x86: clean up the APIC_DEST_LOGICAL logic
[linux-2.6-block.git] / arch / x86 / kernel / genx2apic_phys.c
index c59602be0353e3990edc0bb7cefa5d52ceb734ce..9b6d68deb1472a24c373b8cb8e0a7749332acbc6 100644 (file)
@@ -179,7 +179,7 @@ struct genapic apic_x2apic_phys = {
        .apic_id_registered             = x2apic_apic_id_registered,
 
        .irq_delivery_mode              = dest_Fixed,
-       .irq_dest_mode                  = (APIC_DEST_PHYSICAL != 0),
+       .irq_dest_mode                  = 0, /* physical */
 
        .target_cpus                    = x2apic_target_cpus,
        .disable_esr                    = 0,