mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo
[firefly-linux-kernel-4.4.55.git] / mm / vmstat.c
index 879a2be23325ce73158e097eb381628a5fd5f548..2ec34342a87bdf26c01794ff66c58add751a3406 100644 (file)
@@ -921,8 +921,8 @@ static void walk_zones_in_node(struct seq_file *m, pg_data_t *pgdat,
 #ifdef CONFIG_PROC_FS
 static char * const migratetype_names[MIGRATE_TYPES] = {
        "Unmovable",
-       "Reclaimable",
        "Movable",
+       "Reclaimable",
        "HighAtomic",
 #ifdef CONFIG_CMA
        "CMA",