aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r--arch/x86/xen/enlighten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 85692c9f6496..977a54255fb4 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1370,7 +1370,7 @@ static void __init xen_reserve_top(void)
1370 if (HYPERVISOR_xen_version(XENVER_platform_parameters, &pp) == 0) 1370 if (HYPERVISOR_xen_version(XENVER_platform_parameters, &pp) == 0)
1371 top = pp.virt_start; 1371 top = pp.virt_start;
1372 1372
1373 reserve_top_address(-top + 2 * PAGE_SIZE); 1373 reserve_top_address(-top);
1374#endif /* CONFIG_X86_32 */ 1374#endif /* CONFIG_X86_32 */
1375} 1375}
1376 1376