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/include/asm/apic.h | |
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/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index 2cdd19e4536f..122d8eda275f 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -313,7 +313,6 @@ struct genapic { | |||
313 | 313 | ||
314 | void (*wait_for_init_deassert)(atomic_t *deassert); | 314 | void (*wait_for_init_deassert)(atomic_t *deassert); |
315 | void (*smp_callin_clear_local_apic)(void); | 315 | void (*smp_callin_clear_local_apic)(void); |
316 | void (*store_NMI_vector)(unsigned short *high, unsigned short *low); | ||
317 | void (*inquire_remote_apic)(int apicid); | 316 | void (*inquire_remote_apic)(int apicid); |
318 | 317 | ||
319 | /* apic ops */ | 318 | /* apic ops */ |