ANDROID: mm: Export pcpu_nr_pages
Export pcpu_nr_pages symbol which is used as part of meminfo collection from minidump module. 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:
parent
358f859c30
commit
acea5c5e2f
@ -3448,6 +3448,7 @@ unsigned long pcpu_nr_pages(void)
|
|||||||
{
|
{
|
||||||
return pcpu_nr_populated * pcpu_nr_units;
|
return pcpu_nr_populated * pcpu_nr_units;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(pcpu_nr_pages);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Percpu allocator is initialized early during boot when neither slab or
|
* Percpu allocator is initialized early during boot when neither slab or
|
||||||
|
Loading…
Reference in New Issue
Block a user