mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: mm: Export pcpu_nr_pages
Export pcpu_nr_pages symbol which is used as part of meminfo collection from minidump module. Bug: 177027175 Change-Id: I08262ec95a3f1be8322b9b8d2d9c4098518fc408 Signed-off-by: Vijayanand Jitta <vjitta@codeaurora.org>
This commit is contained in:
committed by
Suren Baghdasaryan
parent
1f5a05b6dc
commit
224f180d7c
@@ -3168,6 +3168,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