diff options
| author | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-19 09:21:08 -0400 |
|---|---|---|
| committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-19 09:21:08 -0400 |
| commit | 2b3d6e2f23362b71de173649002d915d14e07622 (patch) | |
| tree | 6c1aab54bb16b4f0d06cd3b838e3e41d8488fb98 /arch/i386/kernel/setup.c | |
| parent | 7d5513d58d072cf38cae9c886653aadac38ef4a9 (diff) | |
| parent | 427abfa28afedffadfca9dd8b067eb6d36bac53f (diff) | |
Merge branch 'master'
Diffstat (limited to 'arch/i386/kernel/setup.c')
| -rw-r--r-- | arch/i386/kernel/setup.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index 846e1639ef7..dd6b0e3386c 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
| @@ -1547,15 +1547,18 @@ void __init setup_arch(char **cmdline_p) | |||
| 1547 | if (efi_enabled) | 1547 | if (efi_enabled) |
| 1548 | efi_map_memmap(); | 1548 | efi_map_memmap(); |
| 1549 | 1549 | ||
| 1550 | #ifdef CONFIG_X86_IO_APIC | ||
| 1551 | check_acpi_pci(); /* Checks more than just ACPI actually */ | ||
| 1552 | #endif | ||
| 1553 | |||
| 1554 | #ifdef CONFIG_ACPI | 1550 | #ifdef CONFIG_ACPI |
| 1555 | /* | 1551 | /* |
| 1556 | * Parse the ACPI tables for possible boot-time SMP configuration. | 1552 | * Parse the ACPI tables for possible boot-time SMP configuration. |
| 1557 | */ | 1553 | */ |
| 1558 | acpi_boot_table_init(); | 1554 | acpi_boot_table_init(); |
| 1555 | #endif | ||
| 1556 | |||
| 1557 | #ifdef CONFIG_X86_IO_APIC | ||
| 1558 | check_acpi_pci(); /* Checks more than just ACPI actually */ | ||
| 1559 | #endif | ||
| 1560 | |||
| 1561 | #ifdef CONFIG_ACPI | ||
| 1559 | acpi_boot_init(); | 1562 | acpi_boot_init(); |
| 1560 | 1563 | ||
| 1561 | #if defined(CONFIG_SMP) && defined(CONFIG_X86_PC) | 1564 | #if defined(CONFIG_SMP) && defined(CONFIG_X86_PC) |
