[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A0DC7DC.7000204@kernel.org>
Date: Fri, 15 May 2009 12:51:56 -0700
From: Yinghai Lu <yinghai@...nel.org>
To: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Jesse Barnes <jbarnes@...tuousgeek.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-pci@...r.kernel.org
Subject: [PATCH] x86: update_mptable need pci_routeirq
to get all device irq routing and save them
Signed-off-by: Yinghai Lu <yinghai@...nel.org>
---
arch/x86/kernel/mpparse.c | 3 +++
1 file changed, 3 insertions(+)
Index: linux-2.6/arch/x86/kernel/mpparse.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/mpparse.c
+++ linux-2.6/arch/x86/kernel/mpparse.c
@@ -17,6 +17,7 @@
#include <linux/acpi.h>
#include <linux/module.h>
#include <linux/smp.h>
+#include <linux/pci.h>
#include <asm/mtrr.h>
#include <asm/mpspec.h>
@@ -961,6 +962,7 @@ static int __initdata enable_update_mpta
static int __init update_mptable_setup(char *str)
{
enable_update_mptable = 1;
+ pci_routeirq = 1;
return 0;
}
early_param("update_mptable", update_mptable_setup);
@@ -973,6 +975,7 @@ static int __initdata alloc_mptable;
static int __init parse_alloc_mptable_opt(char *p)
{
enable_update_mptable = 1;
+ pci_routeirq = 1;
alloc_mptable = 1;
if (!p)
return 0;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists