Commit dd950587 authored by Paul Mundt's avatar Paul Mundt

fs: hugetlbfs: Disable for shnommu.

SH can turn CONFIG_MMU on and off, don't let us get to a state
where hugetlbfs/hugetlbpage gets built when building for nommu.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 9f9a5de4
...@@ -991,7 +991,7 @@ config TMPFS_POSIX_ACL ...@@ -991,7 +991,7 @@ config TMPFS_POSIX_ACL
config HUGETLBFS config HUGETLBFS
bool "HugeTLB file system support" bool "HugeTLB file system support"
depends on X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || BROKEN
help help
hugetlbfs is a filesystem backing for HugeTLB pages, based on hugetlbfs is a filesystem backing for HugeTLB pages, based on
ramfs. For architectures that support it, say Y here and read ramfs. For architectures that support it, say Y here and read
......
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