aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/mach-generic/spaces.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-generic/spaces.h b/arch/mips/include/asm/mach-generic/spaces.h
index 9488fa5f8866..afc96ecb9004 100644
--- a/arch/mips/include/asm/mach-generic/spaces.h
+++ b/arch/mips/include/asm/mach-generic/spaces.h
@@ -94,7 +94,11 @@
94#endif 94#endif
95 95
96#ifndef FIXADDR_TOP 96#ifndef FIXADDR_TOP
97#ifdef CONFIG_KVM_GUEST
98#define FIXADDR_TOP ((unsigned long)(long)(int)0x7ffe0000)
99#else
97#define FIXADDR_TOP ((unsigned long)(long)(int)0xfffe0000) 100#define FIXADDR_TOP ((unsigned long)(long)(int)0xfffe0000)
98#endif 101#endif
102#endif
99 103
100#endif /* __ASM_MACH_GENERIC_SPACES_H */ 104#endif /* __ASM_MACH_GENERIC_SPACES_H */