From 9e1a5d8a8bf8eea08b86634660830f3a4532d3c5 Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Sat, 7 Mar 2009 23:48:41 -0800 Subject: [PATCH] --- yaml --- r: 143249 b: refs/heads/master c: 3ecb1b7df92393647b13b21b1f7142b65c582511 h: refs/heads/master i: 143247: 62512f9f8e246c0f23bbbc464f3bb1db0afab4a8 v: v3 --- [refs] | 2 +- trunk/arch/x86/xen/mmu.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 057d260c951d..5859e63b003e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d745562cc40bff60f0597004d8128fa0225cc267 +refs/heads/master: 3ecb1b7df92393647b13b21b1f7142b65c582511 diff --git a/trunk/arch/x86/xen/mmu.c b/trunk/arch/x86/xen/mmu.c index 7ef880c51dca..c3061d318da8 100644 --- a/trunk/arch/x86/xen/mmu.c +++ b/trunk/arch/x86/xen/mmu.c @@ -1821,6 +1821,9 @@ static void xen_set_fixmap(unsigned idx, unsigned long phys, pgprot_t prot) #ifdef CONFIG_X86_LOCAL_APIC case FIX_APIC_BASE: /* maps dummy local APIC */ #endif + case FIX_TEXT_POKE0: + case FIX_TEXT_POKE1: + /* All local page mappings */ pte = pfn_pte(phys, prot); break;