summaryrefslogtreecommitdiff
blob: db56bd36b38580d2211b47026c7881c1da37c1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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