aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 15:23:07 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:51 +0900
commitcaff44e7db86243fd6163bc79e543123b0139a46 (patch)
tree07fc47b9519020af4a3e989adb965a4137aab8f5 /include
parentsh: Update cayman defconfig. (diff)
downloadlinux-dev-caff44e7db86243fd6163bc79e543123b0139a46.tar.xz
linux-dev-caff44e7db86243fd6163bc79e543123b0139a46.zip
sh: Set HPAGE_SHIFT for 512MB hugetlb pages.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/page.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/page.h b/include/asm-sh/page.h
index e21b0d12e139..cdaacefe509b 100644
--- a/include/asm-sh/page.h
+++ b/include/asm-sh/page.h
@@ -45,6 +45,8 @@
#define HPAGE_SHIFT 22
#elif defined(CONFIG_HUGETLB_PAGE_SIZE_64MB)
#define HPAGE_SHIFT 26
+#elif defined(CONFIG_HUGETLB_PAGE_SIZE_512MB)
+#define HPAGE_SHIFT 29
#endif
#ifdef CONFIG_HUGETLB_PAGE