mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: mm: Export vmalloc_nr_pages
Export vmalloc_nr_pages which is used as part of meminfo collection from minidump module. Bug: 199236943 Change-Id: I4c80fe2a0712658ec46b49064fda670da84b3732 Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
committed by
Suren Baghdasaryan
parent
d48a14d37f
commit
898049a684
@@ -804,6 +804,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_exceed_addr(unsigned long addr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user