aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/es7000.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/mach-generic/es7000.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/mach-generic/es7000.c')
-rw-r--r--arch/x86/mach-generic/es7000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c
index 131907091380..62673a8002ff 100644
--- a/arch/x86/mach-generic/es7000.c
+++ b/arch/x86/mach-generic/es7000.c
@@ -148,6 +148,5 @@ struct genapic apic_es7000 = {
148 /* Nothing to do for most platforms, since cleared by the INIT cycle: */ 148 /* Nothing to do for most platforms, since cleared by the INIT cycle: */
149 .smp_callin_clear_local_apic = NULL, 149 .smp_callin_clear_local_apic = NULL,
150 .store_NMI_vector = NULL, 150 .store_NMI_vector = NULL,
151 .restore_NMI_vector = NULL,
152 .inquire_remote_apic = inquire_remote_apic, 151 .inquire_remote_apic = inquire_remote_apic,
153}; 152};