OSDN Git Service

Merge tag 'mailbox-v6.6' of git://git.linaro.org/landing-teams/working/fujitsu/integr...
[tomoyo/tomoyo-test1.git] / mm / sparse.c
index 297a8b7..77d91e5 100644 (file)
@@ -172,8 +172,7 @@ static void __section_mark_present(struct mem_section *ms,
 
 #define for_each_present_section_nr(start, section_nr)         \
        for (section_nr = next_present_section_nr(start-1);     \
-            ((section_nr != -1) &&                             \
-             (section_nr <= __highest_present_section_nr));    \
+            section_nr != -1;                                                          \
             section_nr = next_present_section_nr(section_nr))
 
 static inline unsigned long first_present_section_nr(void)