x86: remove update_apic from x86_quirks
[deliverable/linux.git] / arch / x86 / kernel / apic / x2apic_phys.c
index 5bcb174409bca82a12141aae908b62aaf82e12e7..785f8ee4b1df31b48c8bd759e1504c726ba9ecb8 100644 (file)
@@ -213,7 +213,7 @@ struct apic apic_x2apic_phys = {
        .send_IPI_all                   = x2apic_send_IPI_all,
        .send_IPI_self                  = x2apic_send_IPI_self,
 
-       .wakeup_cpu                     = NULL,
+       .wakeup_cpu                     = wakeup_secondary_cpu_via_init,
        .trampoline_phys_low            = DEFAULT_TRAMPOLINE_PHYS_LOW,
        .trampoline_phys_high           = DEFAULT_TRAMPOLINE_PHYS_HIGH,
        .wait_for_init_deassert         = NULL,
This page took 0.024857 seconds and 5 git commands to generate.