diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 10:22:09 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 11:53:56 -0500 |
commit | ab6fb7c0b03e2c3286f316c840347be8b9ee3d9f (patch) | |
tree | 044aa5a7e201f64656b0d936e8d5cd8572b8b356 /arch/x86/kernel/genx2apic_cluster.c | |
parent | cb81eaedf12d3e5e6e3dcf3320089660f7fb7464 (diff) |
x86, apic: remove ->store_NMI_vector()
Impact: cleanup
It's not used by anything anymore.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/genx2apic_cluster.c')
-rw-r--r-- | arch/x86/kernel/genx2apic_cluster.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/genx2apic_cluster.c b/arch/x86/kernel/genx2apic_cluster.c index f5e02cffa264..b9ef0091c4d7 100644 --- a/arch/x86/kernel/genx2apic_cluster.c +++ b/arch/x86/kernel/genx2apic_cluster.c | |||
@@ -232,7 +232,6 @@ struct genapic apic_x2apic_cluster = { | |||
232 | .trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH, | 232 | .trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH, |
233 | .wait_for_init_deassert = NULL, | 233 | .wait_for_init_deassert = NULL, |
234 | .smp_callin_clear_local_apic = NULL, | 234 | .smp_callin_clear_local_apic = NULL, |
235 | .store_NMI_vector = NULL, | ||
236 | .inquire_remote_apic = NULL, | 235 | .inquire_remote_apic = NULL, |
237 | 236 | ||
238 | .read = native_apic_msr_read, | 237 | .read = native_apic_msr_read, |