x86, smp: remove ->restore_NMI_vector()
[sfrench/cifs-2.6.git] / arch / x86 / kernel / genapic_flat_64.c
index 3a28d6a8c49718412973571434bde256a0acd4be..e9237f5992826b4818c40f31ec91441a6c2eb353 100644 (file)
@@ -229,7 +229,6 @@ struct genapic apic_flat =  {
        .wait_for_init_deassert         = NULL,
        .smp_callin_clear_local_apic    = NULL,
        .store_NMI_vector               = NULL,
-       .restore_NMI_vector             = NULL,
        .inquire_remote_apic            = NULL,
 };
 
@@ -375,6 +374,5 @@ struct genapic apic_physflat =  {
        .wait_for_init_deassert         = NULL,
        .smp_callin_clear_local_apic    = NULL,
        .store_NMI_vector               = NULL,
-       .restore_NMI_vector             = NULL,
        .inquire_remote_apic            = NULL,
 };