Merge tag 'leds-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux...
[linux-2.6-microblaze.git] / arch / x86 / mm / init_64.c
index abbdecb..0a14711 100644 (file)
@@ -818,8 +818,7 @@ void __init paging_init(void)
         *       will not set it back.
         */
        node_clear_state(0, N_MEMORY);
-       if (N_MEMORY != N_NORMAL_MEMORY)
-               node_clear_state(0, N_NORMAL_MEMORY);
+       node_clear_state(0, N_NORMAL_MEMORY);
 
        zone_sizes_init();
 }