From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Bastian_M=E4user?= Subject: Re: reboot after "scrubbing free ram" Date: Wed, 09 Feb 2011 16:36:14 +0100 Message-ID: <4D52B46E.3060807@mephis.to> References: <4D526976.80706@mephis.to> <1297249951.25694.6.camel@zakaz.uk.xensource.com> <4D527D44.2050106@mephis.to> <1297252238.25902.93.camel@zakaz.uk.xensource.com> <4D528DC4.7060005@mephis.to> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Same problem. 2.6.32.25 works fine, btw. On 02/09/2011 03:49 PM, Stefano Stabellini wrote: > On Wed, 9 Feb 2011, Stefano Stabellini wrote: > >> Thanks the useful info. >> Could you please try the appended patch (just to rule out a similar >> issue we found recently)? >> > actually I have a better one > > > > diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c > index 73ffd55..69f73c1 100644 > --- a/arch/x86/mm/init.c > +++ b/arch/x86/mm/init.c > @@ -287,7 +287,7 @@ unsigned long __init_refok init_memory_mapping(unsigned long start, > load_cr3(swapper_pg_dir); > #endif > > -#ifdef CONFIG_X86_64 > +#if 0 > if (!after_bootmem && !start) { > pud_t *pud; > pmd_t *pmd; >