diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-27 04:10:24 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-27 04:10:24 -0400 |
commit | 9b3b21f788a9d7ff999544bf9b7ba950f68a9357 (patch) | |
tree | ffd37430dff82838b9bd67d505b98804c97a1010 /arch | |
parent | 72f0c137a5c82df628dc646a82b9d8e3277b1234 (diff) | |
parent | ffb4a73d8906f71910e6c83ec2b499e70025ee8e (diff) |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig | 5 | ||||
-rw-r--r-- | arch/sh/Makefile | 1 | ||||
-rw-r--r-- | arch/sh/mm/Kconfig | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index a6a70233033d..0031a6979f3a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -124,6 +124,9 @@ config SYS_SUPPORTS_APM_EMULATION | |||
124 | bool | 124 | bool |
125 | select ARCH_SUSPEND_POSSIBLE | 125 | select ARCH_SUSPEND_POSSIBLE |
126 | 126 | ||
127 | config SYS_SUPPORTS_HUGETLBFS | ||
128 | bool | ||
129 | |||
127 | config SYS_SUPPORTS_SMP | 130 | config SYS_SUPPORTS_SMP |
128 | bool | 131 | bool |
129 | 132 | ||
@@ -204,6 +207,7 @@ config CPU_SH4 | |||
204 | select CPU_HAS_SR_RB | 207 | select CPU_HAS_SR_RB |
205 | select CPU_HAS_FPU if !CPU_SH4AL_DSP | 208 | select CPU_HAS_FPU if !CPU_SH4AL_DSP |
206 | select SYS_SUPPORTS_TMU | 209 | select SYS_SUPPORTS_TMU |
210 | select SYS_SUPPORTS_HUGETLBFS if MMU | ||
207 | 211 | ||
208 | config CPU_SH4A | 212 | config CPU_SH4A |
209 | bool | 213 | bool |
@@ -218,6 +222,7 @@ config CPU_SH5 | |||
218 | bool | 222 | bool |
219 | select CPU_HAS_FPU | 223 | select CPU_HAS_FPU |
220 | select SYS_SUPPORTS_TMU | 224 | select SYS_SUPPORTS_TMU |
225 | select SYS_SUPPORTS_HUGETLBFS if MMU | ||
221 | 226 | ||
222 | config CPU_SHX2 | 227 | config CPU_SHX2 |
223 | bool | 228 | bool |
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 9ab99fe7be55..66e40aabc600 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -225,6 +225,7 @@ define archhelp | |||
225 | @echo ' vmlinux.srec - Create an ELF S-record' | 225 | @echo ' vmlinux.srec - Create an ELF S-record' |
226 | @echo '* uImage - Alias to bootable U-Boot image' | 226 | @echo '* uImage - Alias to bootable U-Boot image' |
227 | @echo ' uImage.srec - Create an S-record for U-Boot' | 227 | @echo ' uImage.srec - Create an S-record for U-Boot' |
228 | @echo ' uImage.bin - Kernel-only image for U-Boot (bin)' | ||
228 | @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)' | 229 | @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)' |
229 | @echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)' | 230 | @echo ' uImage.bz2 - Kernel-only image for U-Boot (bzip2)' |
230 | @echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)' | 231 | @echo ' uImage.lzma - Kernel-only image for U-Boot (lzma)' |
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index ca02b72bf46f..a5e0867d8ae9 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -225,7 +225,7 @@ endchoice | |||
225 | 225 | ||
226 | choice | 226 | choice |
227 | prompt "HugeTLB page size" | 227 | prompt "HugeTLB page size" |
228 | depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU | 228 | depends on HUGETLB_PAGE |
229 | default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB | 229 | default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB |
230 | default HUGETLB_PAGE_SIZE_64K | 230 | default HUGETLB_PAGE_SIZE_64K |
231 | 231 | ||