Re: [PATCH 1/4] print out node_data addr and bootmap_start addr

From: Ingo Molnar
Date: Thu Jan 31 2008 - 08:09:49 EST



* Yinghai Lu <Yinghai.Lu@xxxxxxx> 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?

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/