Merge remote-tracking branch 'origin/x86/boot' into x86/mm2
[sfrench/cifs-2.6.git] / arch / x86 / mm / init_64.c
index 41785305f645d5621b90e87aded80c648f9683e5..191ab12f5ff37b0dc93f74efa01208f92a0d461b 100644 (file)
@@ -577,7 +577,9 @@ void __init paging_init(void)
         *       numa support is not compiled in, and later node_set_state
         *       will not set it back.
         */
-       node_clear_state(0, N_NORMAL_MEMORY);
+       node_clear_state(0, N_MEMORY);
+       if (N_MEMORY != N_NORMAL_MEMORY)
+               node_clear_state(0, N_NORMAL_MEMORY);
 
        zone_sizes_init();
 }