mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:31:14 +07:00
[PATCH] unexport hugetlb_total_pages
I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
55be570c52
commit
99697dc02d
@ -237,7 +237,6 @@ unsigned long hugetlb_total_pages(void)
|
||||
{
|
||||
return nr_huge_pages * (HPAGE_SIZE / PAGE_SIZE);
|
||||
}
|
||||
EXPORT_SYMBOL(hugetlb_total_pages);
|
||||
|
||||
/*
|
||||
* We cannot handle pagefaults against hugetlb pages at all. They cause
|
||||
|
Loading…
Reference in New Issue
Block a user