diff options
-rw-r--r-- | arch/mips/sgi-ip27/ip27-memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sgi-ip27/ip27-memory.c b/arch/mips/sgi-ip27/ip27-memory.c index b105eca3c020..cd8fcab6b054 100644 --- a/arch/mips/sgi-ip27/ip27-memory.c +++ b/arch/mips/sgi-ip27/ip27-memory.c | |||
@@ -401,6 +401,7 @@ static void __init node_mem_init(cnodeid_t node) | |||
401 | * Allocate the node data structures on the node first. | 401 | * Allocate the node data structures on the node first. |
402 | */ | 402 | */ |
403 | __node_data[node] = __va(slot_freepfn << PAGE_SHIFT); | 403 | __node_data[node] = __va(slot_freepfn << PAGE_SHIFT); |
404 | memset(__node_data[node], 0, PAGE_SIZE); | ||
404 | 405 | ||
405 | NODE_DATA(node)->bdata = &bootmem_node_data[node]; | 406 | NODE_DATA(node)->bdata = &bootmem_node_data[node]; |
406 | NODE_DATA(node)->node_start_pfn = start_pfn; | 407 | NODE_DATA(node)->node_start_pfn = start_pfn; |