Commit 079060c6 authored by Paul Mundt's avatar Paul Mundt

sh: Fix up 64kB page size selection on SH-5.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 83ce3ac1
...@@ -156,7 +156,7 @@ config PAGE_SIZE_8KB ...@@ -156,7 +156,7 @@ config PAGE_SIZE_8KB
config PAGE_SIZE_64KB config PAGE_SIZE_64KB
bool "64kB" bool "64kB"
depends on CPU_SH4 depends on CPU_SH4 || CPU_SH5
help help
This enables support for 64kB pages, possible on all SH-4 This enables support for 64kB pages, possible on all SH-4
CPUs and later. CPUs and later.
...@@ -165,7 +165,7 @@ endchoice ...@@ -165,7 +165,7 @@ endchoice
choice choice
prompt "HugeTLB page size" prompt "HugeTLB page size"
depends on HUGETLB_PAGE && CPU_SH4 && MMU depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU
default HUGETLB_PAGE_SIZE_64K default HUGETLB_PAGE_SIZE_64K
config HUGETLB_PAGE_SIZE_64K config HUGETLB_PAGE_SIZE_64K
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment