kasan: clarify comment in __kasan_kfree_large
[linux-2.6-microblaze.git] / mm / vmstat.c
index 698bc0b..f894216 100644 (file)
@@ -1157,7 +1157,6 @@ const char * const vmstat_text[] = {
        "nr_zone_unevictable",
        "nr_zone_write_pending",
        "nr_mlock",
-       "nr_page_table_pages",
        "nr_bounce",
 #if IS_ENABLED(CONFIG_ZSMALLOC)
        "nr_zspages",
@@ -1215,6 +1214,7 @@ const char * const vmstat_text[] = {
 #if IS_ENABLED(CONFIG_SHADOW_CALL_STACK)
        "nr_shadow_call_stack",
 #endif
+       "nr_page_table_pages",
 
        /* enum writeback_stat_item counters */
        "nr_dirty_threshold",
@@ -1503,10 +1503,6 @@ static void pagetypeinfo_showblockcount_print(struct seq_file *m,
                if (!page)
                        continue;
 
-               /* Watch for unexpected holes punched in the memmap */
-               if (!memmap_valid_within(pfn, page, zone))
-                       continue;
-
                if (page_zone(page) != zone)
                        continue;