x86, smp: refactor ->store/restore_NMI_vector() methods
[sfrench/cifs-2.6.git] / arch / x86 / mach-generic / numaq.c
index 4d3924f8cd0bc6b037afc1daa286f924cc80b9ba..d7f7fcf21c39c4d5f906d30c1d7a486656e0eb9a 100644 (file)
@@ -111,7 +111,7 @@ struct genapic apic_numaq = {
        .wait_for_init_deassert         = NULL,
 
        .smp_callin_clear_local_apic    = numaq_smp_callin_clear_local_apic,
-       .store_NMI_vector               = store_NMI_vector,
-       .restore_NMI_vector             = restore_NMI_vector,
+       .store_NMI_vector               = numaq_store_NMI_vector,
+       .restore_NMI_vector             = numaq_restore_NMI_vector,
        .inquire_remote_apic            = inquire_remote_apic,
 };