# 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.1105 -> 1.1106 # include/acpi/acconfig.h 1.36 -> 1.37 # arch/i386/kernel/acpi.c 1.12 -> 1.13 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/09/16 len.brown@intel.com 1.1106 # ACPI_CA_VERSION 0x20030916 # -------------------------------------------- # diff -Nru a/arch/i386/kernel/acpi.c b/arch/i386/kernel/acpi.c --- a/arch/i386/kernel/acpi.c Tue Sep 23 12:12:02 2003 +++ b/arch/i386/kernel/acpi.c Tue Sep 23 12:12:02 2003 @@ -355,7 +355,6 @@ result = acpi_table_parse(ACPI_APIC, acpi_parse_madt); if (!result) { - printk(KERN_WARNING PREFIX "MADT not present\n"); return 0; } else if (result < 0) { diff -Nru a/include/acpi/acconfig.h b/include/acpi/acconfig.h --- a/include/acpi/acconfig.h Tue Sep 23 12:12:02 2003 +++ b/include/acpi/acconfig.h Tue Sep 23 12:12:02 2003 @@ -64,7 +64,7 @@ /* Version string */ -#define ACPI_CA_VERSION 0x20030813 +#define ACPI_CA_VERSION 0x20030916 /* Maximum objects in the various object caches */