aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/es7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r--arch/x86/mach-generic/es7000.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c
index ab41b543914..13190709138 100644
--- a/arch/x86/mach-generic/es7000.c
+++ b/arch/x86/mach-generic/es7000.c
@@ -147,8 +147,7 @@ struct genapic apic_es7000 = {
147 147
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 150 .store_NMI_vector = NULL,
151 .store_NMI_vector = store_NMI_vector, 151 .restore_NMI_vector = NULL,
152 .restore_NMI_vector = restore_NMI_vector,
153 .inquire_remote_apic = inquire_remote_apic, 152 .inquire_remote_apic = inquire_remote_apic,
154}; 153};