summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tags/2.6.22-2/20051_xen3-x86-early-quirks-unificiation.patch1')
-rw-r--r--tags/2.6.22-2/20051_xen3-x86-early-quirks-unificiation.patch125
1 files changed, 25 insertions, 0 deletions
diff --git a/tags/2.6.22-2/20051_xen3-x86-early-quirks-unificiation.patch1 b/tags/2.6.22-2/20051_xen3-x86-early-quirks-unificiation.patch1
new file mode 100644
index 0000000..db56bd3
--- /dev/null
+++ b/tags/2.6.22-2/20051_xen3-x86-early-quirks-unificiation.patch1
@@ -0,0 +1,25 @@
+Subject: x86: Unify i386 and x86-64 early quirks
+
+They were already very similar; just use the same file now.
+
+Cc: lenb@kernel.org
+
+Signed-off-by: Andi Kleen <ak@suse.de>
+
+Automatically created from "patches.arch/x86-early-quirks-unificiation" by xen-port-patches.py
+
+Index: head-2007-08-22/arch/i386/kernel/setup-xen.c
+===================================================================
+--- head-2007-08-22.orig/arch/i386/kernel/setup-xen.c 2007-08-22 09:54:05.000000000 +0200
++++ head-2007-08-22/arch/i386/kernel/setup-xen.c 2007-08-22 09:54:29.000000000 +0200
+@@ -786,9 +786,7 @@ void __init setup_arch(char **cmdline_p)
+ #endif
+
+ #ifdef CONFIG_PCI
+-#ifdef CONFIG_X86_IO_APIC
+- check_acpi_pci(); /* Checks more than just ACPI actually */
+-#endif
++ early_quirks();
+ #endif
+
+ #ifdef CONFIG_ACPI