diff options
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 7 |
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 |
481 | extern struct apic apic_flat; | ||
482 | extern struct apic apic_physflat; | ||
483 | extern struct apic apic_x2apic_cluster; | ||
484 | extern struct apic apic_x2apic_phys; | ||
485 | extern int default_acpi_madt_oem_check(char *, char *); | 481 | extern int default_acpi_madt_oem_check(char *, char *); |
486 | 482 | ||
487 | extern void apic_send_IPI_self(int vector); | 483 | extern void apic_send_IPI_self(int vector); |
488 | 484 | ||
489 | extern struct apic apic_x2apic_uv_x; | ||
490 | DECLARE_PER_CPU(int, x2apic_extra_bits); | 485 | DECLARE_PER_CPU(int, x2apic_extra_bits); |
491 | 486 | ||
492 | extern int default_cpu_present_to_apicid(int mps_cpu); | 487 | extern 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 | ||
539 | extern struct apic apic_default; | ||
540 | |||
541 | static inline int noop_x86_32_early_logical_apicid(int cpu) | 534 | static inline int noop_x86_32_early_logical_apicid(int cpu) |
542 | { | 535 | { |
543 | return BAD_APICID; | 536 | return BAD_APICID; |