2005-03-06 14:39:45

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] unexport hugetlb_total_pages

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

Signed-off-by: Adrian Bunk <[email protected]>

--- 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


2005-03-13 20:30:40

by William Lee Irwin III

[permalink] [raw]
Subject: Re: [2.6 patch] unexport hugetlb_total_pages

On Sun, Mar 06, 2005 at 03:39:08PM +0100, Adrian Bunk wrote:
> I didn't find any possible modular usage in the kernel.
> Signed-off-by: Adrian Bunk <[email protected]>

Acked-by: William Irwin <[email protected]>


-- wli

2005-03-13 21:31:26

by William Lee Irwin III

[permalink] [raw]
Subject: Re: [2.6 patch] unexport hugetlb_total_pages

On Sun, Mar 06, 2005 at 03:39:08PM +0100, Adrian Bunk wrote:
> I didn't find any possible modular usage in the kernel.
> Signed-off-by: Adrian Bunk <[email protected]>

Acked-by: William Irwin <[email protected]>


-- wli