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>
This commit is contained in:
committed by
Todd Kjos
parent
c978fa20fd
commit
d48a14d37f
@@ -3364,6 +3364,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
|
||||||
|
|||||||
Reference in New Issue
Block a user