From 6463b531226a92f1f7508f0cff1d7616a196c6b0 Mon Sep 17 00:00:00 2001 From: Carlo Marcelo Arenas Belon Date: Sun, 23 May 2010 17:02:30 -0700 Subject: [PATCH] --- yaml --- r: 198007 b: refs/heads/master c: 89bbfb6bfbd4dae1ec29d6d4b3518c031b4f190c h: refs/heads/master i: 198005: 9346419d188a2c39eecc7d084937626363e4f653 198003: 737a2b7fe7d6a403c2e635b23ca154b23025927d 197999: 20a32dc8582919e5e5436ca475bda364ebd5ce1f v: v3 --- [refs] | 2 +- trunk/Documentation/vm/map_hugetlb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9838d568cc36..6111344df4de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4164fcc2f9b02a7cba31215328753fe328ce0d90 +refs/heads/master: 89bbfb6bfbd4dae1ec29d6d4b3518c031b4f190c diff --git a/trunk/Documentation/vm/map_hugetlb.c b/trunk/Documentation/vm/map_hugetlb.c index 9969c7d9f985..eda1a6d3578a 100644 --- a/trunk/Documentation/vm/map_hugetlb.c +++ b/trunk/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 */