From 0093a6360ddeafaf11d4f6e8fb9a639fd8ddbf0b Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Sun, 1 Jun 2008 13:15:22 -0700 Subject: [PATCH] --- yaml --- r: 99723 b: refs/heads/master c: e8c27ac9191ab9e6506ae5cbe70d87ac50f8e960 h: refs/heads/master i: 99721: 1a969607183c7203af78357fc3d1cde21df50079 99719: c22d203dc3250f7238a9a614498889f7d9e99eb1 v: v3 --- [refs] | 2 +- trunk/arch/x86/mm/discontig_32.c | 9 +++++++-- trunk/mm/page_alloc.c | 5 +++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f6d3c0a89e85..04e80cca95c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0596152388e234efebce464355186ad9e16c8cb6 +refs/heads/master: e8c27ac9191ab9e6506ae5cbe70d87ac50f8e960 diff --git a/trunk/arch/x86/mm/discontig_32.c b/trunk/arch/x86/mm/discontig_32.c index ebbbba338150..3150ad385672 100644 --- a/trunk/arch/x86/mm/discontig_32.c +++ b/trunk/arch/x86/mm/discontig_32.c @@ -168,6 +168,8 @@ static void __init allocate_pgdat(int nid) reserve_early(pgdat_phys, pgdat_phys + sizeof(pg_data_t), "NODE_DATA"); } + printk(KERN_DEBUG "allocate_pgdat: node %d NODE_DATA %08lx\n", + nid, (unsigned long)NODE_DATA(nid)); } #ifdef CONFIG_DISCONTIGMEM @@ -208,8 +210,12 @@ void __init remap_numa_kva(void) int node; for_each_online_node(node) { + printk(KERN_DEBUG "remap_numa_kva: node %d\n", node); for (pfn=0; pfn < node_remap_size[node]; pfn += PTRS_PER_PTE) { vaddr = node_remap_start_vaddr[node]+(pfn<node_mem_map); +#endif free_area_init_core(pgdat, zones_size, zholes_size); }