[Libhugetlbfs-devel] [PATCH 1/9] Add kernel feature check for MAP_HUGETLB

2010-11-23 Thread Eric B Munson
Since 2.6.32 the kernel has supported pseudo-anonymous mmaps for huge pages without having hugetlbfs mounted. This patch adds a check for that kernel feature. Signed-off-by: Eric B Munson Acked-by: Mel Gorman --- kernel-features.c|4 libhugetlbfs_privutils.h |3 +++ 2 file

Re: [Libhugetlbfs-devel] [PATCH 1/9] Add kernel feature check for MAP_HUGETLB

2010-11-23 Thread Mel Gorman
On Fri, Nov 19, 2010 at 04:33:51PM -0700, Eric B Munson wrote: > Since 2.6.32 the kernel has supported pseudo-anonymous mmaps for > huge pages without having hugetlbfs mounted. This patch adds a > check for that kernel feature. > > Signed-off-by: Eric B Munson > --- > kernel-features.c|

[Libhugetlbfs-devel] [PATCH 1/9] Add kernel feature check for MAP_HUGETLB

2010-11-19 Thread Eric B Munson
Since 2.6.32 the kernel has supported pseudo-anonymous mmaps for huge pages without having hugetlbfs mounted. This patch adds a check for that kernel feature. Signed-off-by: Eric B Munson --- kernel-features.c|4 libhugetlbfs_privutils.h |3 +++ 2 files changed, 7 insertion

[Libhugetlbfs-devel] [PATCH 1/9] Add kernel feature check for MAP_HUGETLB

2010-11-19 Thread Eric B Munson
Since 2.6.32 the kernel has supported pseudo-anonymous mmaps for huge pages without having hugetlbfs mounted. This patch adds a check for that kernel feature. Signed-off-by: Eric B Munson --- kernel-features.c|4 libhugetlbfs_privutils.h |3 +++ 2 files changed, 7 insertion