lkml.org 
[lkml]   [2008]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/4] print out node_data addr and bootmap_start addr
On Thursday 31 January 2008 05:09:19 am Ingo Molnar wrote:
>
> * Yinghai Lu <Yinghai.Lu@Sun.COM> wrote:
>
> > [PATCH 1/4] print out node_data addr and bootmap_start addr
>
> thanks, applied.
>
> > nodedata_phys = __pa(node_data[nodeid]);
> > + printk(KERN_INFO " NODE_DATA [%016lx - %016lx]\n", nodedata_phys,
> > + nodedata_phys + pgdat_size - 1);
>
> > + printk(KERN_INFO " bootmap [%016lx - %016lx] pages %lx\n",
> > + bootmap_start, bootmap_start + bootmap_size - 1,
> > + bootmap_pages);
>
> did this help you find the bootmap alignment bug crash?

yes.

YH


\
 
 \ /
  Last update: 2008-01-31 19:39    [W:0.039 / U:0.628 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site