# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1108 -> 1.1109 # include/asm-i386/acpi.h 1.7 -> 1.8 # arch/i386/kernel/Makefile 1.7 -> 1.8 # drivers/acpi/Config.in 1.12 -> 1.13 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/09/17 len.brown@intel.com 1.1109 # exclude acpitable.[ch] from the CONFIG_ACPI_HT_ONLY build # -------------------------------------------- # diff -Nru a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Tue Sep 23 12:13:31 2003 +++ b/arch/i386/kernel/Makefile Tue Sep 23 12:13:31 2003 @@ -38,7 +38,6 @@ obj-$(CONFIG_APM) += apm.o obj-$(CONFIG_ACPI_BOOT) += acpi.o obj-$(CONFIG_ACPI_SLEEP) += acpi_wakeup.o -obj-$(CONFIG_ACPI_HT_ONLY) += acpitable.o obj-$(CONFIG_SMP) += smp.o smpboot.o trampoline.o obj-$(CONFIG_X86_LOCAL_APIC) += mpparse.o apic.o nmi.o obj-$(CONFIG_X86_IO_APIC) += io_apic.o diff -Nru a/drivers/acpi/Config.in b/drivers/acpi/Config.in --- a/drivers/acpi/Config.in Tue Sep 23 12:13:31 2003 +++ b/drivers/acpi/Config.in Tue Sep 23 12:13:31 2003 @@ -8,6 +8,9 @@ comment 'ACPI Support' bool 'ACPI Support' CONFIG_ACPI if [ "$CONFIG_ACPI" = "y" ]; then + + define_bool CONFIG_ACPI_BOOT y + if [ "$CONFIG_SMP" = "y" ]; then bool 'CPU Enumeration Only' CONFIG_ACPI_HT_ONLY else @@ -15,7 +18,6 @@ fi if [ "$CONFIG_ACPI_HT_ONLY" = "n" ]; then - define_bool CONFIG_ACPI_BOOT y define_bool CONFIG_ACPI_BUS y define_bool CONFIG_ACPI_INTERPRETER y define_bool CONFIG_ACPI_EC y diff -Nru a/include/asm-i386/acpi.h b/include/asm-i386/acpi.h --- a/include/asm-i386/acpi.h Tue Sep 23 12:13:31 2003 +++ b/include/asm-i386/acpi.h Tue Sep 23 12:13:31 2003 @@ -106,12 +106,6 @@ :"0"(n_hi), "1"(n_lo)) -#ifdef CONFIG_ACPI_HT_ONLY -extern int acpi_lapic; -#define acpi_ioapic 0 - -#else /* CONFIG_ACPI_HT_ONLY */ - #ifdef CONFIG_ACPI_BOOT extern int acpi_lapic; extern int acpi_ioapic; @@ -144,7 +138,6 @@ # define acpi_ioapic 0 #endif -#endif /* !CONFIG_ACPI_HT_ONLY */ #ifdef CONFIG_ACPI_SLEEP