On Sun, 11 Mar 2007, Len Brown wrote: > From: Len Brown <len.brown@xxxxxxxxx> > > http://bugzilla.kernel.org/show_bug.cgi?id=7465 > > Signed-off-by: Len Brown <len.brown@xxxxxxxxx> > --- > Documentation/kernel-parameters.txt | 2 +- > drivers/acpi/tables.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt > index 22c6b8c..f0b7a5e 100644 > --- a/Documentation/kernel-parameters.txt > +++ b/Documentation/kernel-parameters.txt > @@ -142,7 +142,7 @@ and is between 256 and 4096 characters. It is defined in the file > Format: <int> > 2: use 2nd APIC table, if available > 1,0: use 1st APIC table > - default: 0 > + default: 2 > > acpi_sleep= [HW,ACPI] Sleep options > Format: { s3_bios, s3_mode } > diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c > index c341918..6d5515a 100644 > --- a/drivers/acpi/tables.c > +++ b/drivers/acpi/tables.c > @@ -42,7 +42,7 @@ static char *mps_inti_flags_trigger[] = { "dfl", "edge", "res", "level" }; > > static struct acpi_table_desc initial_tables[ACPI_MAX_TABLES] __initdata; > > -static int acpi_apic_instance __initdata; > +static int acpi_apic_instance = 2; __initdata; extra semi-colon ; > > void acpi_table_print_madt_entry(struct acpi_subtable_header *header) > { > -- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html