mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: mm: Export vmalloc_nr_pages
Export vmalloc_nr_pages which is used as part of meminfo collection from minidump module. Bug: 177031593 Change-Id: I4c80fe2a0712658ec46b49064fda670da84b3732 Signed-off-by: Vijayanand Jitta <vjitta@codeaurora.org>
This commit is contained in:
committed by
Suren Baghdasaryan
parent
b92945e2eb
commit
e46a1a5e37
@@ -489,6 +489,7 @@ unsigned long vmalloc_nr_pages(void)
|
||||
{
|
||||
return atomic_long_read(&nr_vmalloc_pages);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(vmalloc_nr_pages);
|
||||
|
||||
static struct vmap_area *__find_vmap_area(unsigned long addr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user