lkml.org 
[lkml]   [2008]   [Jan]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86_64: fix overlap between pagetable with bss section
On Tuesday 29 January 2008 09:42:43 am Ingo Molnar wrote:
>
> * Yinghai Lu <Yinghai.Lu@Sun.COM> wrote:
>
> > [PATCH] x86_64: fix overlap between pagetable with bss section
> >
> > one early crash on one 8 node 256g machine
>
> > +++ b/arch/x86/mm/init_64.c
> > @@ -358,6 +358,8 @@ static void __init find_early_table_space(unsigned long end)
> > if (table_start == -1UL)
> > panic("Cannot find space for the kernel page tables");
> >
> > + /* need to round it up to avoid overlap less one page */
> > + table_start = round_up(table_start, PAGE_SIZE);
> > table_start >>= PAGE_SHIFT;
> > table_end = table_start;
>
> thanks, applied.
>
> Ingo
>

can you use v2 instead? v2 have more comments.

Thanks

Yinghai Lu


\
 
 \ /
  Last update: 2008-01-29 18:49    [W:0.072 / U:0.756 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site