X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=mm%2Fvmstat.c;h=901e6315b726c31ef5ff5b9dd845a3100cf49825;hp=887e83f2135cb97e698eff693b6149334646938d;hb=a592f46075d79ff7348e624e7d871dca730e70f2;hpb=5aa9ed40ec3a7827acf06c43de1cbc33bd22a61a diff --git a/mm/vmstat.c b/mm/vmstat.c index 887e83f2135c..901e6315b726 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", };