mm: mmzone: MIGRATE_CMA migration type added
[cascardo/linux.git] / mm / vmstat.c
index 7db1b9b..0dad31d 100644 (file)
@@ -613,6 +613,9 @@ static char * const migratetype_names[MIGRATE_TYPES] = {
        "Reclaimable",
        "Movable",
        "Reserve",
+#ifdef CONFIG_CMA
+       "CMA",
+#endif
        "Isolate",
 };