[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/apic: Drop CONFIG_LOCAL_APIC
commit 546f6cb8ba133e4ba604f9f4cc1b662fe9d6cf6e Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Thu Jun 1 16:17:02 2017 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Fri Jun 9 13:23:54 2017 +0100 x86/apic: Drop CONFIG_LOCAL_APIC It is unconditionally selected, and all 64bit processors have local APICs. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/acpi/boot.c | 10 ---------- xen/include/asm-x86/apic.h | 8 -------- xen/include/asm-x86/config.h | 1 - 3 files changed, 19 deletions(-) diff --git a/xen/arch/x86/acpi/boot.c b/xen/arch/x86/acpi/boot.c index 33c9133..6e6d338 100644 --- a/xen/arch/x86/acpi/boot.c +++ b/xen/arch/x86/acpi/boot.c @@ -54,15 +54,12 @@ bool_t __initdata acpi_ioapic; static bool_t acpi_skip_timer_override __initdata; boolean_param("acpi_skip_timer_override", acpi_skip_timer_override); -#ifdef CONFIG_X86_LOCAL_APIC static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE; -#endif /* -------------------------------------------------------------------------- Boot-time Configuration -------------------------------------------------------------------------- */ -#ifdef CONFIG_X86_LOCAL_APIC static int __init acpi_parse_madt(struct acpi_table_header *table) { struct acpi_table_madt *madt; @@ -207,8 +204,6 @@ acpi_parse_lapic_nmi(struct acpi_subtable_header * header, const unsigned long e return 0; } -#endif /*CONFIG_X86_LOCAL_APIC */ - #if defined(CONFIG_X86_IO_APIC) /*&& defined(CONFIG_ACPI_INTERPRETER)*/ static int __init @@ -510,7 +505,6 @@ static int __init acpi_parse_fadt(struct acpi_table_header *table) return 0; } -#ifdef CONFIG_X86_LOCAL_APIC /* * Parse LAPIC entries in MADT * returns 0 on success, < 0 on error @@ -566,7 +560,6 @@ static int __init acpi_parse_madt_lapic_entries(void) } return 0; } -#endif /* CONFIG_X86_LOCAL_APIC */ #ifdef CONFIG_X86_IO_APIC /* @@ -644,7 +637,6 @@ static inline int acpi_parse_madt_ioapic_entries(void) static void __init acpi_process_madt(void) { -#ifdef CONFIG_X86_LOCAL_APIC int error; if (!acpi_table_parse(ACPI_SIG_MADT, acpi_parse_madt)) { @@ -677,8 +669,6 @@ static void __init acpi_process_madt(void) disable_acpi(); } } -#endif - return; } /* diff --git a/xen/include/asm-x86/apic.h b/xen/include/asm-x86/apic.h index d840ee5..342db73 100644 --- a/xen/include/asm-x86/apic.h +++ b/xen/include/asm-x86/apic.h @@ -49,8 +49,6 @@ const struct genapic *apic_x2apic_probe(void); } while (0) -#ifdef CONFIG_X86_LOCAL_APIC - /* * Basic functions accessing APICs. */ @@ -205,10 +203,4 @@ extern unsigned int nmi_watchdog; #define NMI_IO_APIC 1 #define NMI_LOCAL_APIC 2 -#else /* !CONFIG_X86_LOCAL_APIC */ -static inline int lapic_suspend(void) {return 0;} -static inline int lapic_resume(void) {return 0;} - -#endif /* !CONFIG_X86_LOCAL_APIC */ - #endif /* __ASM_APIC_H */ diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index ba486d5..7587112 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -18,7 +18,6 @@ #define BITS_PER_XEN_ULONG BITS_PER_LONG #define CONFIG_PAGING_ASSISTANCE 1 -#define CONFIG_X86_LOCAL_APIC 1 #define CONFIG_X86_IO_APIC 1 #define CONFIG_X86_PM_TIMER 1 #define CONFIG_HPET_TIMER 1 -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |