Skip to content
Snippets Groups Projects
Commit 99697dc0 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[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
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment