diff options
-rw-r--r-- | arch/alpha/mm/numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/mm/numa.c b/arch/alpha/mm/numa.c index 7b2c56d8f930..3973ae395772 100644 --- a/arch/alpha/mm/numa.c +++ b/arch/alpha/mm/numa.c | |||
@@ -313,6 +313,7 @@ void __init paging_init(void) | |||
313 | zones_size[ZONE_DMA] = dma_local_pfn; | 313 | zones_size[ZONE_DMA] = dma_local_pfn; |
314 | zones_size[ZONE_NORMAL] = (end_pfn - start_pfn) - dma_local_pfn; | 314 | zones_size[ZONE_NORMAL] = (end_pfn - start_pfn) - dma_local_pfn; |
315 | } | 315 | } |
316 | node_set_state(nid, N_NORMAL_MEMORY); | ||
316 | free_area_init_node(nid, zones_size, start_pfn, NULL); | 317 | free_area_init_node(nid, zones_size, start_pfn, NULL); |
317 | } | 318 | } |
318 | 319 | ||