From 3586404908c51ecfc899e014531897db820a2f44 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 10 Oct 2008 11:27:38 +0100 Subject: [PATCH] --- yaml --- r: 113271 b: refs/heads/master c: 5dc64a3442b98eaa0e3730c35fcf00cf962a93e7 h: refs/heads/master i: 113269: 0c9a6ad062cf2b4b118f71dfa3e77ab80e54baba 113267: 0720281560144765260fb075ebc8692b8a8b537d 113263: 004678882cc3360d4d3020b8b41fbd3543144699 v: v3 --- [refs] | 2 +- trunk/arch/x86/xen/enlighten.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4706cfa2cbe9..7f19d953d991 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eefb47f6a1e855653d275cb90592a3587ea93a09 +refs/heads/master: 5dc64a3442b98eaa0e3730c35fcf00cf962a93e7 diff --git a/trunk/arch/x86/xen/enlighten.c b/trunk/arch/x86/xen/enlighten.c index 85692c9f6496..977a54255fb4 100644 --- a/trunk/arch/x86/xen/enlighten.c +++ b/trunk/arch/x86/xen/enlighten.c @@ -1370,7 +1370,7 @@ static void __init xen_reserve_top(void) if (HYPERVISOR_xen_version(XENVER_platform_parameters, &pp) == 0) top = pp.virt_start; - reserve_top_address(-top + 2 * PAGE_SIZE); + reserve_top_address(-top); #endif /* CONFIG_X86_32 */ }