ANDROID: mm: Export pcpu_nr_pages
Export pcpu_nr_pages symbol which is used as part of meminfo collection from minidump module. Bug: 394900912 Bug: 199236943 Change-Id: I08262ec95a3f1be8322b9b8d2d9c4098518fc408 Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com> Signed-off-by: Jaskaran Singh <quic_jasksing@quicinc.com>
This commit is contained in:
committed by
Treehugger Robot
parent
dbaf8b29f2
commit
4042395e39
@@ -3393,6 +3393,7 @@ unsigned long pcpu_nr_pages(void)
|
||||
{
|
||||
return pcpu_nr_populated * pcpu_nr_units;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(pcpu_nr_pages);
|
||||
|
||||
/*
|
||||
* Percpu allocator is initialized early during boot when neither slab or
|
||||
|
||||
Reference in New Issue
Block a user