|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] reboot after "scrubbing free ram"
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;
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|