aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/genapic_flat_64.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 10:43:47 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:34 -0500
commit3d5f597e938c425554cb7668fd3c9d6a536a984a (patch)
tree6759f134706c4582b69cfcda1edc926b2b55705f /arch/x86/kernel/genapic_flat_64.c
parent7bd06ec63a1204ca44b9f1dc487b8632016162d1 (diff)
x86, smp: remove ->restore_NMI_vector()
Nothing actually restores the NMI vector - so remove this logic altogether. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/genapic_flat_64.c')
-rw-r--r--arch/x86/kernel/genapic_flat_64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/genapic_flat_64.c b/arch/x86/kernel/genapic_flat_64.c
index 3a28d6a8c497..e9237f599282 100644
--- a/arch/x86/kernel/genapic_flat_64.c
+++ b/arch/x86/kernel/genapic_flat_64.c
@@ -229,7 +229,6 @@ struct genapic apic_flat = {
229 .wait_for_init_deassert = NULL, 229 .wait_for_init_deassert = NULL,
230 .smp_callin_clear_local_apic = NULL, 230 .smp_callin_clear_local_apic = NULL,
231 .store_NMI_vector = NULL, 231 .store_NMI_vector = NULL,
232 .restore_NMI_vector = NULL,
233 .inquire_remote_apic = NULL, 232 .inquire_remote_apic = NULL,
234}; 233};
235 234
@@ -375,6 +374,5 @@ struct genapic apic_physflat = {
375 .wait_for_init_deassert = NULL, 374 .wait_for_init_deassert = NULL,
376 .smp_callin_clear_local_apic = NULL, 375 .smp_callin_clear_local_apic = NULL,
377 .store_NMI_vector = NULL, 376 .store_NMI_vector = NULL,
378 .restore_NMI_vector = NULL,
379 .inquire_remote_apic = NULL, 377 .inquire_remote_apic = NULL,
380}; 378};