Commit 99697dc0 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] unexport hugetlb_total_pages

I didn't find any possible modular usage in the kernel.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 55be570c
...@@ -237,7 +237,6 @@ unsigned long hugetlb_total_pages(void) ...@@ -237,7 +237,6 @@ unsigned long hugetlb_total_pages(void)
{ {
return nr_huge_pages * (HPAGE_SIZE / PAGE_SIZE); return nr_huge_pages * (HPAGE_SIZE / PAGE_SIZE);
} }
EXPORT_SYMBOL(hugetlb_total_pages);
/* /*
* We cannot handle pagefaults against hugetlb pages at all. They cause * We cannot handle pagefaults against hugetlb pages at all. They cause
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment