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/summit_32.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/summit_32.c')
-rw-r--r-- | arch/x86/kernel/summit_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/summit_32.c b/arch/x86/kernel/summit_32.c index c4690349a54a..8f1a11b072a7 100644 --- a/arch/x86/kernel/summit_32.c +++ b/arch/x86/kernel/summit_32.c | |||
@@ -590,7 +590,6 @@ struct genapic apic_summit = { | |||
590 | .wait_for_init_deassert = default_wait_for_init_deassert, | 590 | .wait_for_init_deassert = default_wait_for_init_deassert, |
591 | 591 | ||
592 | .smp_callin_clear_local_apic = NULL, | 592 | .smp_callin_clear_local_apic = NULL, |
593 | .store_NMI_vector = NULL, | ||
594 | .inquire_remote_apic = default_inquire_remote_apic, | 593 | .inquire_remote_apic = default_inquire_remote_apic, |
595 | 594 | ||
596 | .read = native_apic_mem_read, | 595 | .read = native_apic_mem_read, |