armbian-build/patch/kernel/archive/rk322x-5.10/01-linux-1000-export-mm_trace_rss_stat.patch
Igor Pečovnik 0cdffb29b0
Renaming DEV branch to EDGE (#2704)
* Change DEV to EDGE
* Renaming patches dev folder to edge
* Move patches into subdir where they will be archived.
* Relink patch directories properly
2021-03-24 19:01:53 +01:00

13 lines
240 B
Diff

diff --git a/mm/memory.c b/mm/memory.c
index 606da18..8429abc 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -158,6 +158,7 @@
{
trace_rss_stat(mm, member, count);
}
+EXPORT_SYMBOL(mm_trace_rss_stat);
#if defined(SPLIT_RSS_COUNTING)