diff options
Diffstat (limited to 'mm/debug.c')
-rw-r--r-- | mm/debug.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/debug.c b/mm/debug.c index 668aa35191ca..5cf26f8c69a3 100644 --- a/mm/debug.c +++ b/mm/debug.c @@ -47,6 +47,9 @@ static const struct trace_print_flags pageflag_names[] = { {1UL << PG_young, "young" }, {1UL << PG_idle, "idle" }, #endif +#ifdef CONFIG_ZCACHE + {1UL << PG_was_active, "was_active" }, +#endif }; static void dump_flags(unsigned long flags, |