[2.6 patch] unexport hugetlb_total_pages

From: Adrian Bunk
Date: Sun Mar 06 2005 - 09:43:34 EST


I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.11-mm1-full/mm/hugetlb.c.old 2005-03-04 15:47:11.000000000 +0100
+++ linux-2.6.11-mm1-full/mm/hugetlb.c 2005-03-04 15:47:29.000000000 +0100
@@ -230,7 +230,6 @@
{
return nr_huge_pages * (HPAGE_SIZE / PAGE_SIZE);
}
-EXPORT_SYMBOL(hugetlb_total_pages);

/*
* We cannot handle pagefaults against hugetlb pages at all. They cause

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/