diff options
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/init_64.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 3baff255adac..2ead3c8a4c84 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c | |||
@@ -630,7 +630,9 @@ void __init paging_init(void) | |||
630 | * numa support is not compiled in, and later node_set_state | 630 | * numa support is not compiled in, and later node_set_state |
631 | * will not set it back. | 631 | * will not set it back. |
632 | */ | 632 | */ |
633 | node_clear_state(0, N_NORMAL_MEMORY); | 633 | node_clear_state(0, N_MEMORY); |
634 | if (N_MEMORY != N_NORMAL_MEMORY) | ||
635 | node_clear_state(0, N_NORMAL_MEMORY); | ||
634 | 636 | ||
635 | zone_sizes_init(); | 637 | zone_sizes_init(); |
636 | } | 638 | } |