diff options
author | Mark Brown <broonie@kernel.org> | 2021-10-07 22:35:27 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-07 22:35:27 +0100 |
commit | 5fe7bd5a37ff0d77936f8e38313db5da2dd53f70 (patch) | |
tree | 5012e70d0993aa23466e06012d2bfb98ba04aa29 /mm/debug.c | |
parent | 48a78c66ad5d9d4f918182335d6e5726e7008085 (diff) | |
parent | 67a12ae52599c9f2f24ef14adb43fc3b164792b5 (diff) |
Merge branch 'spi-5.15' into spi-5.16
Diffstat (limited to 'mm/debug.c')
-rw-r--r-- | mm/debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/debug.c b/mm/debug.c index e73fe0a8ec3d..fae0f81ad831 100644 --- a/mm/debug.c +++ b/mm/debug.c @@ -24,7 +24,9 @@ const char *migrate_reason_names[MR_TYPES] = { "syscall_or_cpuset", "mempolicy_mbind", "numa_misplaced", - "cma", + "contig_range", + "longterm_pin", + "demotion", }; const struct trace_print_flags pageflag_names[] = { |