aboutsummaryrefslogtreecommitdiffstats
path: root/mm/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/debug.c')
-rw-r--r--mm/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/debug.c b/mm/debug.c
index 3eb3ac2fcee7..dbc3ea81dde7 100644
--- a/mm/debug.c
+++ b/mm/debug.c
@@ -36,6 +36,7 @@ static const struct trace_print_flags pageflag_names[] = {
36 {1UL << PG_reclaim, "reclaim" }, 36 {1UL << PG_reclaim, "reclaim" },
37 {1UL << PG_swapbacked, "swapbacked" }, 37 {1UL << PG_swapbacked, "swapbacked" },
38 {1UL << PG_unevictable, "unevictable" }, 38 {1UL << PG_unevictable, "unevictable" },
39 {1UL << PG_replicated, "replicated" },
39#ifdef CONFIG_MMU 40#ifdef CONFIG_MMU
40 {1UL << PG_mlocked, "mlocked" }, 41 {1UL << PG_mlocked, "mlocked" },
41#endif 42#endif