x86, apic: Introduce .apicdrivers section to find the list of apic drivers
[linux-2.6-block.git] / arch / x86 / kernel / apic / x2apic_cluster.c
index f7875d9a18c27371fa4674af25a020317d54479e..7595c5775a548063638d796ae9119794dc718487 100644 (file)
@@ -264,3 +264,5 @@ struct apic apic_x2apic_cluster = {
        .wait_icr_idle                  = native_x2apic_wait_icr_idle,
        .safe_wait_icr_idle             = native_safe_x2apic_wait_icr_idle,
 };
+
+apic_driver(apic_x2apic_cluster);