VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Weizhao Ouyang <o451686892@gmail.com> 2021-09-24 15:43:50 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-24 16:13:35 -0700 commit: a4ce73910427e960b2c7f4d83229153c327d0ee7 parent: 243418e3925d5b5b0657ae54c322d43035e97eed
Commit Summary:
mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
Diffstat:
1 file changed, 2 insertions, 1 deletion
diff --git a/mm/debug.c b/mm/debug.c
index e73fe0a8ec3d..e61037cded98 100644
--- a/mm/debug.c
+++ b/mm/debug.c
@@ -24,7 +24,8 @@ const char *migrate_reason_names[MR_TYPES] = {
 	"syscall_or_cpuset",
 	"mempolicy_mbind",
 	"numa_misplaced",
-	"cma",
+	"contig_range",
+	"longterm_pin",
 };
 
 const struct trace_print_flags pageflag_names[] = {