]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.xen/xen3-patch-2.6.27.7-8
Updated xen patches taken from suse.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.xen / xen3-patch-2.6.27.7-8
1 From: Greg Kroah-Hartman <gregkh@suse.de>
2 Subject: Linux 2.6.27.8
3
4 Upstream 2.6.27.8 release from kernel.org
5
6 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
7
8 Automatically created from "patches.kernel.org/patch-2.6.27.7-8" by xen-port-patches.py
9
10 --- sle11-2009-03-04.orig/arch/x86/kernel/setup-xen.c 2009-03-12 16:34:07.000000000 +0100
11 +++ sle11-2009-03-04/arch/x86/kernel/setup-xen.c 2009-02-16 16:49:24.000000000 +0100
12 @@ -673,7 +673,7 @@ static struct dmi_system_id __initdata b
13 .callback = dmi_low_memory_corruption,
14 .ident = "Phoenix BIOS",
15 .matches = {
16 - DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"),
17 + DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies"),
18 },
19 },
20 #endif
21 --- sle11-2009-03-04.orig/include/asm-x86/mach-xen/asm/pci.h 2009-03-04 11:29:03.000000000 +0100
22 +++ sle11-2009-03-04/include/asm-x86/mach-xen/asm/pci.h 2009-03-12 16:36:00.000000000 +0100
23 @@ -93,7 +93,7 @@ static inline void early_quirks(void) {
24 #ifdef CONFIG_X86_32
25 # include "pci_32.h"
26 #else
27 -# include "pci_64.h"
28 +# include "../../pci_64.h"
29 #endif
30
31 /* implement the pci_ DMA API in terms of the generic device dma_ one */