Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1102-2.6.25-xen-Fix-typo-on-ifdef-again.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (16 years ago) by niro
File size: 853 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

1 From b78f2b0e7c065a27204d347547ae6b05aeaabad0 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Wed, 23 Jan 2008 19:13:01 -0200
4 Subject: [PATCH] Fix typo on #ifdef (again)
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 arch/x86/xen/enlighten.c | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
12 index 53a07f6..627d8b6 100644
13 --- a/arch/x86/xen/enlighten.c
14 +++ b/arch/x86/xen/enlighten.c
15 @@ -121,7 +121,7 @@ static void __init xen_vcpu_setup(int cpu)
16 printk(KERN_DEBUG "trying to map vcpu_info %d at %p, mfn %llx, offset %d\n",
17 cpu, vcpup, info.mfn, info.offset);
18
19 -#ifdef CONFIG_x86_32
20 +#ifdef CONFIG_X86_32
21 /*FIXME: implement this support on x86_64 */
22
23 /* Check to see if the hypervisor will put the vcpu_info
24 --
25 1.5.4.1
26