aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r--arch/x86/include/asm/apic.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h
index f37703dc69f..4a0b7c7e2cc 100644
--- a/arch/x86/include/asm/apic.h
+++ b/arch/x86/include/asm/apic.h
@@ -478,15 +478,10 @@ static inline unsigned default_get_apic_id(unsigned long x)
478#define DEFAULT_TRAMPOLINE_PHYS_HIGH 0x469 478#define DEFAULT_TRAMPOLINE_PHYS_HIGH 0x469
479 479
480#ifdef CONFIG_X86_64 480#ifdef CONFIG_X86_64
481extern struct apic apic_flat;
482extern struct apic apic_physflat;
483extern struct apic apic_x2apic_cluster;
484extern struct apic apic_x2apic_phys;
485extern int default_acpi_madt_oem_check(char *, char *); 481extern int default_acpi_madt_oem_check(char *, char *);
486 482
487extern void apic_send_IPI_self(int vector); 483extern void apic_send_IPI_self(int vector);
488 484
489extern struct apic apic_x2apic_uv_x;
490DECLARE_PER_CPU(int, x2apic_extra_bits); 485DECLARE_PER_CPU(int, x2apic_extra_bits);
491 486
492extern int default_cpu_present_to_apicid(int mps_cpu); 487extern int default_cpu_present_to_apicid(int mps_cpu);
@@ -536,8 +531,6 @@ extern struct apic apic_noop;
536 531
537#ifdef CONFIG_X86_32 532#ifdef CONFIG_X86_32
538 533
539extern struct apic apic_default;
540
541static inline int noop_x86_32_early_logical_apicid(int cpu) 534static inline int noop_x86_32_early_logical_apicid(int cpu)
542{ 535{
543 return BAD_APICID; 536 return BAD_APICID;