hugetlb: add MAP_HUGETLB example
authorEric B Munson <ebmunson@us.ibm.com>
Tue, 22 Sep 2009 00:03:48 +0000 (17:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:42 +0000 (07:17 -0700)
commit94bf5ceac095c7d4cb5e4d40fa7e2dd81d722b75
tree5e41a60cbc7281cb68df1d4a2139933877096616
parent4e52780d41a741fb4861ae1df2413dd816ec11b1
hugetlb: add MAP_HUGETLB example

Add an example of how to use the MAP_HUGETLB flag to the vm documentation
directory and a reference to the example in hugetlbpage.txt.

Signed-off-by: Eric B Munson <ebmunson@us.ibm.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Adam Litke <agl@us.ibm.com>
Cc: David Gibson <david@gibson.dropbear.id.au>
Cc: Lee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/vm/00-INDEX
Documentation/vm/hugetlbpage.txt
Documentation/vm/map_hugetlb.c [new file with mode: 0644]