Loading arch/x86/kernel/setup_32.c +1 −4 Original line number Diff line number Diff line Loading @@ -726,12 +726,10 @@ void __init setup_arch(char **cmdline_p) io_delay_init(); #ifdef CONFIG_ACPI /* * Parse the ACPI tables for possible boot-time SMP configuration. */ acpi_boot_table_init(); #endif #ifdef CONFIG_ACPI_NUMA /* Loading Loading @@ -812,9 +810,8 @@ void __init setup_arch(char **cmdline_p) early_quirks(); #ifdef CONFIG_ACPI acpi_boot_init(); #endif #if defined(CONFIG_X86_MPPARSE) || defined(CONFIG_X86_VISWS) if (smp_found_config) get_smp_config(); Loading arch/x86/kernel/setup_64.c +0 −4 Original line number Diff line number Diff line Loading @@ -355,13 +355,11 @@ void __init setup_arch(char **cmdline_p) kvmclock_init(); #endif #ifdef CONFIG_ACPI /* * Initialize the ACPI boot-time table parser (gets the RSDP and SDT). * Call this early for SRAT node setup. */ acpi_boot_table_init(); #endif /* How many end-of-memory variables you have, grandma! */ max_low_pfn = end_pfn; Loading Loading @@ -432,12 +430,10 @@ void __init setup_arch(char **cmdline_p) early_quirks(); #ifdef CONFIG_ACPI /* * Read APIC and some other early information from ACPI tables. */ acpi_boot_init(); #endif init_cpu_to_node(); Loading Loading
arch/x86/kernel/setup_32.c +1 −4 Original line number Diff line number Diff line Loading @@ -726,12 +726,10 @@ void __init setup_arch(char **cmdline_p) io_delay_init(); #ifdef CONFIG_ACPI /* * Parse the ACPI tables for possible boot-time SMP configuration. */ acpi_boot_table_init(); #endif #ifdef CONFIG_ACPI_NUMA /* Loading Loading @@ -812,9 +810,8 @@ void __init setup_arch(char **cmdline_p) early_quirks(); #ifdef CONFIG_ACPI acpi_boot_init(); #endif #if defined(CONFIG_X86_MPPARSE) || defined(CONFIG_X86_VISWS) if (smp_found_config) get_smp_config(); Loading
arch/x86/kernel/setup_64.c +0 −4 Original line number Diff line number Diff line Loading @@ -355,13 +355,11 @@ void __init setup_arch(char **cmdline_p) kvmclock_init(); #endif #ifdef CONFIG_ACPI /* * Initialize the ACPI boot-time table parser (gets the RSDP and SDT). * Call this early for SRAT node setup. */ acpi_boot_table_init(); #endif /* How many end-of-memory variables you have, grandma! */ max_low_pfn = end_pfn; Loading Loading @@ -432,12 +430,10 @@ void __init setup_arch(char **cmdline_p) early_quirks(); #ifdef CONFIG_ACPI /* * Read APIC and some other early information from ACPI tables. */ acpi_boot_init(); #endif init_cpu_to_node(); Loading