x86, smp: refactor ->store/restore_NMI_vector() methods
[sfrench/cifs-2.6.git] / arch / x86 / mach-generic / es7000.c
index ab41b543914544f654f8ee68626034b33985dec7..131907091380177bf8fbf0f2b55d057b31f559d1 100644 (file)
@@ -147,8 +147,7 @@ struct genapic apic_es7000 = {
 
        /* Nothing to do for most platforms, since cleared by the INIT cycle: */
        .smp_callin_clear_local_apic    = NULL,
-
-       .store_NMI_vector               = store_NMI_vector,
-       .restore_NMI_vector             = restore_NMI_vector,
+       .store_NMI_vector               = NULL,
+       .restore_NMI_vector             = NULL,
        .inquire_remote_apic            = inquire_remote_apic,
 };