Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1025-2.6.25-xen-Handle-VSYSCALL_FIRST_PAGE-on-xen_set_pte.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (15 years, 11 months ago) by niro
File size: 813 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 98731e0f114220a90541120ffce6bf72555e0c8e Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Fri, 7 Mar 2008 18:53:28 -0300
4 Subject: [PATCH] Handle VSYSCALL_FIRST_PAGE on xen_set_pte()
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 arch/x86/xen/enlighten.c | 3 +++
9 1 files changed, 3 insertions(+), 0 deletions(-)
10
11 diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
12 index 22e0d41..bcb8835 100644
13 --- a/arch/x86/xen/enlighten.c
14 +++ b/arch/x86/xen/enlighten.c
15 @@ -980,6 +980,9 @@ static void xen_set_fixmap(unsigned idx, unsigned long phys, pgprot_t prot)
16 #ifdef CONFIG_X86_LOCAL_APIC
17 case FIX_APIC_BASE: /* maps dummy local APIC */
18 #endif
19 +#ifdef CONFIG_X86_64
20 + case VSYSCALL_FIRST_PAGE:
21 +#endif
22 pte = pfn_pte(phys, prot);
23 break;
24
25 --
26 1.5.4.1
27