diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:11:57 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:11:57 +0900 |
commit | 3f787fe2e077ecfe43ad9ad56f12a8e21cffafc3 (patch) | |
tree | 69c3abcc67137503f17b8535b854578c3aac394b /include/asm-sh | |
parent | 4bcac20a7a01d49dffb5e88a8140efa34927c383 (diff) |
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/asm-sh')
-rw-r--r-- | include/asm-sh/page.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sh/page.h b/include/asm-sh/page.h index 6f7eb8a3aba..4811d410d12 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__ |