X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=mm%2Fvmstat.c;h=414f4a6ce5afb5cd475d4e088812c11dc0251c18;hb=refs%2Fheads%2Fpandora-3.2-cma2;hp=8fd603b1665e5be65bc10c93f146b860f706925d;hpb=cdaeb578aca9e017deb0f55f1af8a94a4d63efb3;p=pandora-kernel.git diff --git a/mm/vmstat.c b/mm/vmstat.c index 8fd603b1665e..414f4a6ce5af 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -613,6 +613,9 @@ static char * const migratetype_names[MIGRATE_TYPES] = { "Reclaimable", "Movable", "Reserve", +#ifdef CONFIG_CMA + "CMA", +#endif "Isolate", };