aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2021-09-08 17:45:06 +0200
committerHeiko Carstens <hca@linux.ibm.com>2021-09-08 18:58:35 +0200
commitbb9c14ad267d25dd77ceccbcfd69804bdb7240f5 (patch)
tree27e8fd8d4c952a41285330d28dad4b111e79c782 /fs
parents390/ftrace: remove incorrect __va usage (diff)
downloadlinux-dev-bb9c14ad267d25dd77ceccbcfd69804bdb7240f5.tar.xz
linux-dev-bb9c14ad267d25dd77ceccbcfd69804bdb7240f5.zip
hugetlbfs: s390 is always 64bit
No need to check for 64BIT. While at it, let's just select ARCH_SUPPORTS_HUGETLBFS from arch/s390/Kconfig. Signed-off-by: David Hildenbrand <david@redhat.com> Link: https://lore.kernel.org/r/20210908154506.20764-1-david@redhat.com Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 949128bf86c9..f5751ad1f55e 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -218,8 +218,7 @@ config ARCH_SUPPORTS_HUGETLBFS
config HUGETLBFS
bool "HugeTLB file system support"
- depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \
- ARCH_SUPPORTS_HUGETLBFS || BROKEN
+ depends on X86 || IA64 || SPARC64 || ARCH_SUPPORTS_HUGETLBFS || BROKEN
help
hugetlbfs is a filesystem backing for HugeTLB pages, based on
ramfs. For architectures that support it, say Y here and read