Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
[linux-block.git] / mm / vmstat.c
index 12c771e4d19582f85d161923930fd6c8b37afbc6..373d2730fcf2157562f343ec4b3160e8f4f49eac 100644 (file)
@@ -1393,6 +1393,13 @@ const char * const vmstat_text[] = {
        "ksm_swpin_copy",
 #endif
 #endif
+#ifdef CONFIG_KSM
+       "cow_ksm",
+#endif
+#ifdef CONFIG_ZSWAP
+       "zswpin",
+       "zswpout",
+#endif
 #ifdef CONFIG_X86
        "direct_map_level2_splits",
        "direct_map_level3_splits",
@@ -2111,9 +2118,7 @@ void __init init_mm_internals(void)
 
        start_shepherd_timer();
 #endif
-#if defined(CONFIG_MIGRATION) && defined(CONFIG_HOTPLUG_CPU)
        migrate_on_reclaim_init();
-#endif
 #ifdef CONFIG_PROC_FS
        proc_create_seq("buddyinfo", 0444, NULL, &fragmentation_op);
        proc_create_seq("pagetypeinfo", 0400, NULL, &pagetypeinfo_op);