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