x86, apic: Introduce .apicdrivers section to find the list of apic drivers
[linux-2.6-block.git] / arch / x86 / kernel / apic / es7000_32.c
index 70533de5bd29741c41b03b1cc8c989740c4ff15c..80de0d78cbcac854b1feb5c30a1ee30e6559efdc 100644 (file)
@@ -747,3 +747,9 @@ struct apic __refdata apic_es7000 = {
 
        .x86_32_early_logical_apicid    = es7000_early_logical_apicid,
 };
+
+/*
+ * Need to check for es7000 followed by es7000_cluster, so this order
+ * in apic_drivers is important.
+ */
+apic_drivers(apic_es7000, apic_es7000_cluster);