projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54cb91
)
fixup: export dump_mm
author
Suren Baghdasaryan <surenb@google.com>
Sun, 4 Dec 2022 03:36:31 +0000
(19:36 -0800)
committer
Liam R. Howlett <Liam.Howlett@oracle.com>
Wed, 4 Jan 2023 20:59:27 +0000
(15:59 -0500)
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
mm/debug.c
patch
|
blob
|
history
diff --git
a/mm/debug.c
b/mm/debug.c
index 0fd15ba70d16317d76163ba7340e2d54cfd064d9..ff89bef0cbfeaecc1c4b59f264a59e5827ba39fc 100644
(file)
--- a/
mm/debug.c
+++ b/
mm/debug.c
@@
-214,6
+214,7
@@
void dump_mm(const struct mm_struct *mm)
mm->def_flags, &mm->def_flags
);
}
+EXPORT_SYMBOL(dump_mm);
static bool page_init_poisoning __read_mostly = true;