aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 13:11:57 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 13:11:57 +0900
commit3f787fe2e077ecfe43ad9ad56f12a8e21cffafc3 (patch)
tree69c3abcc67137503f17b8535b854578c3aac394b /include
parentsh: hp6xx mach-type cleanups. (diff)
downloadlinux-dev-3f787fe2e077ecfe43ad9ad56f12a8e21cffafc3.tar.xz
linux-dev-3f787fe2e077ecfe43ad9ad56f12a8e21cffafc3.zip
sh: hugetlb updates.
For some of the larger sizes we permitted spanning pages across several PTEs, but this turned out to not be generally useful. This reverts the sh hugetlbpage interface to something more sensible using huge pages at single PTE granularity. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/page.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sh/page.h b/include/asm-sh/page.h
index 6f7eb8a3aba5..4811d410d123 100644
--- a/include/asm-sh/page.h
+++ b/include/asm-sh/page.h
@@ -30,7 +30,6 @@
#define HPAGE_SIZE (1UL << HPAGE_SHIFT)
#define HPAGE_MASK (~(HPAGE_SIZE-1))
#define HUGETLB_PAGE_ORDER (HPAGE_SHIFT-PAGE_SHIFT)
-#define ARCH_HAS_SETCLEAR_HUGE_PTE
#endif
#ifdef __KERNEL__