author | Carlo Marcelo Arenas Belon
<carenas@sajinet.com.pe> 2010-05-24 00:02:30 UTC |
committer | Linus Torvalds
<torvalds@linux-foundation.org> 2010-05-24 14:30:56 UTC |
parent | 4164fcc2f9b02a7cba31215328753fe328ce0d90 |
Documentation/vm/map_hugetlb.c | +1 | -1 |
diff --git a/Documentation/vm/map_hugetlb.c b/Documentation/vm/map_hugetlb.c index 9969c7d9f98..eda1a6d3578 100644 --- a/Documentation/vm/map_hugetlb.c +++ b/Documentation/vm/map_hugetlb.c @@ -19,7 +19,7 @@ #define PROTECTION (PROT_READ | PROT_WRITE) #ifndef MAP_HUGETLB -#define MAP_HUGETLB 0x40 +#define MAP_HUGETLB 0x40000 /* arch specific */ #endif /* Only ia64 requires this */