mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02: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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user