diff options
author | David Hildenbrand <david@redhat.com> | 2021-09-08 17:45:06 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-09-08 18:58:35 +0200 |
commit | bb9c14ad267d25dd77ceccbcfd69804bdb7240f5 (patch) | |
tree | 27e8fd8d4c952a41285330d28dad4b111e79c782 /fs/Kconfig | |
parent | 9652cb805c44b74ba935c84bfd59745cb1962de8 (diff) | |
download | linux-bb9c14ad267d25dd77ceccbcfd69804bdb7240f5.tar.gz linux-bb9c14ad267d25dd77ceccbcfd69804bdb7240f5.tar.bz2 linux-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/Kconfig')
-rw-r--r-- | fs/Kconfig | 3 |
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 |