aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/numaq_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/numaq_32.c')
-rw-r--r--arch/x86/kernel/numaq_32.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c
index 62f9274a2edb..a709de87819d 100644
--- a/arch/x86/kernel/numaq_32.c
+++ b/arch/x86/kernel/numaq_32.c
@@ -342,16 +342,6 @@ static inline void numaq_smp_callin_clear_local_apic(void)
342 clear_local_APIC(); 342 clear_local_APIC();
343} 343}
344 344
345static inline void
346numaq_store_NMI_vector(unsigned short *high, unsigned short *low)
347{
348 printk(KERN_ERR "Storing NMI vector\n");
349 *high =
350 *((volatile unsigned short *)phys_to_virt(NUMAQ_TRAMPOLINE_PHYS_HIGH));
351 *low =
352 *((volatile unsigned short *)phys_to_virt(NUMAQ_TRAMPOLINE_PHYS_LOW));
353}
354
355static inline const cpumask_t *numaq_target_cpus(void) 345static inline const cpumask_t *numaq_target_cpus(void)
356{ 346{
357 return &CPU_MASK_ALL; 347 return &CPU_MASK_ALL;
@@ -564,7 +554,6 @@ struct genapic apic_numaq = {
564 .wait_for_init_deassert = NULL, 554 .wait_for_init_deassert = NULL,
565 555
566 .smp_callin_clear_local_apic = numaq_smp_callin_clear_local_apic, 556 .smp_callin_clear_local_apic = numaq_smp_callin_clear_local_apic,
567 .store_NMI_vector = numaq_store_NMI_vector,
568 .inquire_remote_apic = NULL, 557 .inquire_remote_apic = NULL,
569 558
570 .read = native_apic_mem_read, 559 .read = native_apic_mem_read,