x86, apic: Introduce .apicdrivers section to find the list of apic drivers
[linux-2.6-block.git] / arch / x86 / kernel / apic / x2apic_phys.c
index 78c8f33a09faf4c678e05800e8802319b915504d..f7ba21cb3e25649a775229171a226d82a9aa3849 100644 (file)
@@ -168,3 +168,5 @@ struct apic apic_x2apic_phys = {
        .wait_icr_idle                  = native_x2apic_wait_icr_idle,
        .safe_wait_icr_idle             = native_safe_x2apic_wait_icr_idle,
 };
+
+apic_driver(apic_x2apic_phys);