aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/xen/mmu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c
index 77b242c9a11e..a96f5b9393ea 100644
--- a/arch/x86/xen/mmu.c
+++ b/arch/x86/xen/mmu.c
@@ -1812,6 +1812,9 @@ static void xen_set_fixmap(unsigned idx, unsigned long phys, pgprot_t prot)
1812#ifdef CONFIG_X86_LOCAL_APIC 1812#ifdef CONFIG_X86_LOCAL_APIC
1813 case FIX_APIC_BASE: /* maps dummy local APIC */ 1813 case FIX_APIC_BASE: /* maps dummy local APIC */
1814#endif 1814#endif
1815 case FIX_TEXT_POKE0:
1816 case FIX_TEXT_POKE1:
1817 /* All local page mappings */
1815 pte = pfn_pte(phys, prot); 1818 pte = pfn_pte(phys, prot);
1816 break; 1819 break;
1817 1820