From: Len Brown <lenb@kernel.org>
To: linux-acpi@vger.kernel.org
Cc: Len Brown <len.brown@intel.com>
Subject: [PATCH 2/2] ACPI: parse 2nd MADT by default
Date: Sun, 11 Mar 2007 21:24:21 -0400 [thread overview]
Message-ID: <1173662663486-git-send-email-lenb@kernel.org> (raw)
Message-ID: <60367f94b0f1c6678e559191af6b0c6aab8ce4e6.1173661284.git.len.brown@intel.com> (raw)
In-Reply-To: <11736626621682-git-send-email-lenb@kernel.org>
In-Reply-To: <a1fdcc0d2714b6622e3fd5c00db1635213d6c41a.1173661284.git.len.brown@intel.com>
From: Len Brown <len.brown@intel.com>
http://bugzilla.kernel.org/show_bug.cgi?id=7465
Signed-off-by: Len Brown <len.brown@intel.com>
---
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;
void acpi_table_print_madt_entry(struct acpi_subtable_header *header)
{
--
1.5.0.3.316.gbd1fc
next prev parent reply other threads:[~2007-03-12 1:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-12 1:24 proposed fix for multiple MADT issue Len Brown
2007-03-12 1:24 ` [PATCH 1/2] ACPI: Add support to parse 2nd MADT Len Brown
2007-03-12 1:24 ` Len Brown
2007-03-12 1:24 ` Len Brown [this message]
2007-03-12 1:24 ` [PATCH 2/2] ACPI: parse 2nd MADT by default Len Brown
2007-03-12 1:28 ` Randy.Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1173662663486-git-send-email-lenb@kernel.org \
--to=lenb@kernel.org \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.