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
parent4bcac20a7a01d49dffb5e88a8140efa34927c383 (diff)
downloadlinux-3f787fe2e077ecfe43ad9ad56f12a8e21cffafc3.tar.gz
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 6f7eb8a3aba53..4811d410d1231 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__