aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen')
-rw-r--r--arch/x86/xen/enlighten.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 776c0fb77d69..3da6acb7eafc 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1124,7 +1124,9 @@ static void xen_set_fixmap(unsigned idx, unsigned long phys, pgprot_t prot)
1124#ifdef CONFIG_X86_32 1124#ifdef CONFIG_X86_32
1125 case FIX_WP_TEST: 1125 case FIX_WP_TEST:
1126 case FIX_VDSO: 1126 case FIX_VDSO:
1127# ifdef CONFIG_HIGHMEM
1127 case FIX_KMAP_BEGIN ... FIX_KMAP_END: 1128 case FIX_KMAP_BEGIN ... FIX_KMAP_END:
1129# endif
1128#else 1130#else
1129 case VSYSCALL_LAST_PAGE ... VSYSCALL_FIRST_PAGE: 1131 case VSYSCALL_LAST_PAGE ... VSYSCALL_FIRST_PAGE:
1130#endif 1132#endif