Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99866
b: refs/heads/master
c: 0460661
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 8, 2008
1 parent 60abbef commit e733cd3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce38cc79964687d3c7e92663bc040552416fca27
refs/heads/master: 04606618bb50c4ec754585a82732ea4facfe2bc9
5 changes: 1 addition & 4 deletions trunk/arch/x86/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
/*
Expand Down Expand Up @@ -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();
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit e733cd3

Please sign in to comment.