diff options
Diffstat (limited to 'arch/i386/kernel/setup.c')
| -rw-r--r-- | arch/i386/kernel/setup.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index af4de58cab54..d3943e5edc8f 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
| @@ -94,7 +94,7 @@ unsigned long mmu_cr4_features; | |||
| 94 | #endif | 94 | #endif | 
| 95 | EXPORT_SYMBOL(acpi_disabled); | 95 | EXPORT_SYMBOL(acpi_disabled); | 
| 96 | 96 | ||
| 97 | #ifdef CONFIG_ACPI_BOOT | 97 | #ifdef CONFIG_ACPI | 
| 98 | int __initdata acpi_force = 0; | 98 | int __initdata acpi_force = 0; | 
| 99 | extern acpi_interrupt_flags acpi_sci_flags; | 99 | extern acpi_interrupt_flags acpi_sci_flags; | 
| 100 | #endif | 100 | #endif | 
| @@ -794,7 +794,7 @@ static void __init parse_cmdline_early (char ** cmdline_p) | |||
| 794 | } | 794 | } | 
| 795 | #endif | 795 | #endif | 
| 796 | 796 | ||
| 797 | #ifdef CONFIG_ACPI_BOOT | 797 | #ifdef CONFIG_ACPI | 
| 798 | /* "acpi=off" disables both ACPI table parsing and interpreter */ | 798 | /* "acpi=off" disables both ACPI table parsing and interpreter */ | 
| 799 | else if (!memcmp(from, "acpi=off", 8)) { | 799 | else if (!memcmp(from, "acpi=off", 8)) { | 
| 800 | disable_acpi(); | 800 | disable_acpi(); | 
| @@ -850,7 +850,7 @@ static void __init parse_cmdline_early (char ** cmdline_p) | |||
| 850 | else if (!memcmp(from, "noapic", 6)) | 850 | else if (!memcmp(from, "noapic", 6)) | 
| 851 | disable_ioapic_setup(); | 851 | disable_ioapic_setup(); | 
| 852 | #endif /* CONFIG_X86_LOCAL_APIC */ | 852 | #endif /* CONFIG_X86_LOCAL_APIC */ | 
| 853 | #endif /* CONFIG_ACPI_BOOT */ | 853 | #endif /* CONFIG_ACPI */ | 
| 854 | 854 | ||
| 855 | #ifdef CONFIG_X86_LOCAL_APIC | 855 | #ifdef CONFIG_X86_LOCAL_APIC | 
| 856 | /* enable local APIC */ | 856 | /* enable local APIC */ | 
| @@ -1575,7 +1575,7 @@ void __init setup_arch(char **cmdline_p) | |||
| 1575 | if (efi_enabled) | 1575 | if (efi_enabled) | 
| 1576 | efi_map_memmap(); | 1576 | efi_map_memmap(); | 
| 1577 | 1577 | ||
| 1578 | #ifdef CONFIG_ACPI_BOOT | 1578 | #ifdef CONFIG_ACPI | 
| 1579 | /* | 1579 | /* | 
| 1580 | * Parse the ACPI tables for possible boot-time SMP configuration. | 1580 | * Parse the ACPI tables for possible boot-time SMP configuration. | 
| 1581 | */ | 1581 | */ | 
