diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-27 17:10:24 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-27 17:10:24 +0900 |
commit | 9b3b21f788a9d7ff999544bf9b7ba950f68a9357 (patch) | |
tree | ffd37430dff82838b9bd67d505b98804c97a1010 /arch/sh/mm | |
parent | 72f0c137a5c82df628dc646a82b9d8e3277b1234 (diff) | |
parent | ffb4a73d8906f71910e6c83ec2b499e70025ee8e (diff) |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index ca02b72bf46..a5e0867d8ae 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -225,7 +225,7 @@ endchoice choice prompt "HugeTLB page size" - depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU + depends on HUGETLB_PAGE default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB default HUGETLB_PAGE_SIZE_64K |