diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 16:43:47 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 23:20:34 +0100 |
commit | 3d5f597e938c425554cb7668fd3c9d6a536a984a (patch) | |
tree | 6759f134706c4582b69cfcda1edc926b2b55705f /arch/x86/mach-generic/bigsmp.c | |
parent | 7bd06ec63a1204ca44b9f1dc487b8632016162d1 (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/bigsmp.c')
-rw-r--r-- | arch/x86/mach-generic/bigsmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/bigsmp.c b/arch/x86/mach-generic/bigsmp.c index ecdb230d0f2e..d9377af88cb3 100644 --- a/arch/x86/mach-generic/bigsmp.c +++ b/arch/x86/mach-generic/bigsmp.c @@ -111,6 +111,5 @@ struct genapic apic_bigsmp = { .smp_callin_clear_local_apic = NULL, .store_NMI_vector = NULL, - .restore_NMI_vector = NULL, .inquire_remote_apic = inquire_remote_apic, }; |