diff options
| author | Len Brown <len.brown@intel.com> | 2005-08-24 12:07:20 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2005-08-24 12:08:54 -0400 |
| commit | 888ba6c62bc61a995d283977eb3a6cbafd6f4ac6 (patch) | |
| tree | 2a1614a7c63460e98f55ac5905f3a4be679138f1 /arch/i386 | |
| parent | 84ffa747520edd4556b136bdfc9df9eb1673ce12 (diff) | |
[ACPI] delete CONFIG_ACPI_BOOT
it has been a synonym for CONFIG_ACPI since 2.6.12
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/i386')
| -rw-r--r-- | arch/i386/Kconfig | 1 | ||||
| -rw-r--r-- | arch/i386/defconfig | 1 | ||||
| -rw-r--r-- | arch/i386/kernel/Makefile | 2 | ||||
| -rw-r--r-- | arch/i386/kernel/acpi/Makefile | 2 | ||||
| -rw-r--r-- | arch/i386/kernel/io_apic.c | 4 | ||||
| -rw-r--r-- | arch/i386/kernel/mpparse.c | 10 | ||||
| -rw-r--r-- | arch/i386/kernel/setup.c | 8 | ||||
| -rw-r--r-- | arch/i386/mach-es7000/es7000plat.c | 4 |
8 files changed, 14 insertions, 18 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 619d843ba231..9ba334908742 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
| @@ -1203,7 +1203,6 @@ config PCI_DIRECT | |||
| 1203 | config PCI_MMCONFIG | 1203 | config PCI_MMCONFIG |
| 1204 | bool | 1204 | bool |
| 1205 | depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY) | 1205 | depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY) |
| 1206 | select ACPI_BOOT | ||
| 1207 | default y | 1206 | default y |
| 1208 | 1207 | ||
| 1209 | source "drivers/pci/pcie/Kconfig" | 1208 | source "drivers/pci/pcie/Kconfig" |
diff --git a/arch/i386/defconfig b/arch/i386/defconfig index ca07b95c06b8..1c0076e22dda 100644 --- a/arch/i386/defconfig +++ b/arch/i386/defconfig | |||
| @@ -131,7 +131,6 @@ CONFIG_SOFTWARE_SUSPEND=y | |||
| 131 | # ACPI (Advanced Configuration and Power Interface) Support | 131 | # ACPI (Advanced Configuration and Power Interface) Support |
| 132 | # | 132 | # |
| 133 | CONFIG_ACPI=y | 133 | CONFIG_ACPI=y |
| 134 | CONFIG_ACPI_BOOT=y | ||
| 135 | CONFIG_ACPI_INTERPRETER=y | 134 | CONFIG_ACPI_INTERPRETER=y |
| 136 | CONFIG_ACPI_SLEEP=y | 135 | CONFIG_ACPI_SLEEP=y |
| 137 | CONFIG_ACPI_SLEEP_PROC_FS=y | 136 | CONFIG_ACPI_SLEEP_PROC_FS=y |
diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile index 4cc83b322b36..c52b4fad011b 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile | |||
| @@ -11,7 +11,7 @@ obj-y := process.o semaphore.o signal.o entry.o traps.o irq.o vm86.o \ | |||
| 11 | 11 | ||
| 12 | obj-y += cpu/ | 12 | obj-y += cpu/ |
| 13 | obj-y += timers/ | 13 | obj-y += timers/ |
| 14 | obj-$(CONFIG_ACPI_BOOT) += acpi/ | 14 | obj-$(CONFIG_ACPI) += acpi/ |
| 15 | obj-$(CONFIG_X86_BIOS_REBOOT) += reboot.o | 15 | obj-$(CONFIG_X86_BIOS_REBOOT) += reboot.o |
| 16 | obj-$(CONFIG_MCA) += mca.o | 16 | obj-$(CONFIG_MCA) += mca.o |
| 17 | obj-$(CONFIG_X86_MSR) += msr.o | 17 | obj-$(CONFIG_X86_MSR) += msr.o |
diff --git a/arch/i386/kernel/acpi/Makefile b/arch/i386/kernel/acpi/Makefile index 5e291a20c03d..267ca48e1b6c 100644 --- a/arch/i386/kernel/acpi/Makefile +++ b/arch/i386/kernel/acpi/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | obj-$(CONFIG_ACPI_BOOT) := boot.o | 1 | obj-y := boot.o |
| 2 | obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o | 2 | obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o |
| 3 | obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o | 3 | obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o |
| 4 | 4 | ||
diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index 6578f40bd501..ebedd2e21670 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c | |||
| @@ -2421,7 +2421,7 @@ device_initcall(ioapic_init_sysfs); | |||
| 2421 | ACPI-based IOAPIC Configuration | 2421 | ACPI-based IOAPIC Configuration |
| 2422 | -------------------------------------------------------------------------- */ | 2422 | -------------------------------------------------------------------------- */ |
| 2423 | 2423 | ||
| 2424 | #ifdef CONFIG_ACPI_BOOT | 2424 | #ifdef CONFIG_ACPI |
| 2425 | 2425 | ||
| 2426 | int __init io_apic_get_unique_id (int ioapic, int apic_id) | 2426 | int __init io_apic_get_unique_id (int ioapic, int apic_id) |
| 2427 | { | 2427 | { |
| @@ -2574,4 +2574,4 @@ int io_apic_set_pci_routing (int ioapic, int pin, int irq, int edge_level, int a | |||
| 2574 | return 0; | 2574 | return 0; |
| 2575 | } | 2575 | } |
| 2576 | 2576 | ||
| 2577 | #endif /*CONFIG_ACPI_BOOT*/ | 2577 | #endif /* CONFIG_ACPI */ |
diff --git a/arch/i386/kernel/mpparse.c b/arch/i386/kernel/mpparse.c index ce838abb27d8..9a4db7d30001 100644 --- a/arch/i386/kernel/mpparse.c +++ b/arch/i386/kernel/mpparse.c | |||
| @@ -653,8 +653,6 @@ void __init get_smp_config (void) | |||
| 653 | struct intel_mp_floating *mpf = mpf_found; | 653 | struct intel_mp_floating *mpf = mpf_found; |
| 654 | 654 | ||
| 655 | /* | 655 | /* |
| 656 | * ACPI may be used to obtain the entire SMP configuration or just to | ||
| 657 | * enumerate/configure processors (CONFIG_ACPI_BOOT). Note that | ||
| 658 | * ACPI supports both logical (e.g. Hyper-Threading) and physical | 656 | * ACPI supports both logical (e.g. Hyper-Threading) and physical |
| 659 | * processors, where MPS only supports physical. | 657 | * processors, where MPS only supports physical. |
| 660 | */ | 658 | */ |
| @@ -810,7 +808,7 @@ void __init find_smp_config (void) | |||
| 810 | ACPI-based MP Configuration | 808 | ACPI-based MP Configuration |
| 811 | -------------------------------------------------------------------------- */ | 809 | -------------------------------------------------------------------------- */ |
| 812 | 810 | ||
| 813 | #ifdef CONFIG_ACPI_BOOT | 811 | #ifdef CONFIG_ACPI |
| 814 | 812 | ||
| 815 | void __init mp_register_lapic_address ( | 813 | void __init mp_register_lapic_address ( |
| 816 | u64 address) | 814 | u64 address) |
| @@ -856,7 +854,7 @@ void __init mp_register_lapic ( | |||
| 856 | MP_processor_info(&processor); | 854 | MP_processor_info(&processor); |
| 857 | } | 855 | } |
| 858 | 856 | ||
| 859 | #if defined(CONFIG_X86_IO_APIC) && (defined(CONFIG_ACPI_INTERPRETER) || defined(CONFIG_ACPI_BOOT)) | 857 | #if defined(CONFIG_X86_IO_APIC) && defined(CONFIG_ACPI_INTERPRETER) |
| 860 | 858 | ||
| 861 | #define MP_ISA_BUS 0 | 859 | #define MP_ISA_BUS 0 |
| 862 | #define MP_MAX_IOAPIC_PIN 127 | 860 | #define MP_MAX_IOAPIC_PIN 127 |
| @@ -1138,5 +1136,5 @@ int mp_register_gsi (u32 gsi, int edge_level, int active_high_low) | |||
| 1138 | return gsi; | 1136 | return gsi; |
| 1139 | } | 1137 | } |
| 1140 | 1138 | ||
| 1141 | #endif /*CONFIG_X86_IO_APIC && (CONFIG_ACPI_INTERPRETER || CONFIG_ACPI_BOOT)*/ | 1139 | #endif /* CONFIG_X86_IO_APIC && CONFIG_ACPI_INTERPRETER */ |
| 1142 | #endif /*CONFIG_ACPI_BOOT*/ | 1140 | #endif /* CONFIG_ACPI */ |
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 | */ |
diff --git a/arch/i386/mach-es7000/es7000plat.c b/arch/i386/mach-es7000/es7000plat.c index d5936d500479..baac9da042ce 100644 --- a/arch/i386/mach-es7000/es7000plat.c +++ b/arch/i386/mach-es7000/es7000plat.c | |||
| @@ -51,7 +51,7 @@ struct mip_reg *host_reg; | |||
| 51 | int mip_port; | 51 | int mip_port; |
| 52 | unsigned long mip_addr, host_addr; | 52 | unsigned long mip_addr, host_addr; |
| 53 | 53 | ||
| 54 | #if defined(CONFIG_X86_IO_APIC) && (defined(CONFIG_ACPI_INTERPRETER) || defined(CONFIG_ACPI_BOOT)) | 54 | #if defined(CONFIG_X86_IO_APIC) && defined(CONFIG_ACPI_INTERPRETER) |
| 55 | 55 | ||
| 56 | /* | 56 | /* |
| 57 | * GSI override for ES7000 platforms. | 57 | * GSI override for ES7000 platforms. |
| @@ -73,7 +73,7 @@ es7000_rename_gsi(int ioapic, int gsi) | |||
| 73 | return gsi; | 73 | return gsi; |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | #endif // (CONFIG_X86_IO_APIC) && (CONFIG_ACPI_INTERPRETER || CONFIG_ACPI_BOOT) | 76 | #endif // (CONFIG_X86_IO_APIC) && (CONFIG_ACPI_INTERPRETER) |
| 77 | 77 | ||
| 78 | /* | 78 | /* |
| 79 | * Parse the OEM Table | 79 | * Parse the OEM Table |
