File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ config S390
110
110
select ARCH_STACKWALK
111
111
select ARCH_SUPPORTS_ATOMIC_RMW
112
112
select ARCH_SUPPORTS_DEBUG_PAGEALLOC
113
+ select ARCH_SUPPORTS_HUGETLBFS
113
114
select ARCH_SUPPORTS_NUMA_BALANCING
114
115
select ARCH_USE_BUILTIN_BSWAP
115
116
select ARCH_USE_CMPXCHG_LOCKREF
Original file line number Diff line number Diff line change @@ -218,8 +218,7 @@ config ARCH_SUPPORTS_HUGETLBFS
218
218
219
219
config HUGETLBFS
220
220
bool "HugeTLB file system support"
221
- depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \
222
- ARCH_SUPPORTS_HUGETLBFS || BROKEN
221
+ depends on X86 || IA64 || SPARC64 || ARCH_SUPPORTS_HUGETLBFS || BROKEN
223
222
help
224
223
hugetlbfs is a filesystem backing for HugeTLB pages, based on
225
224
ramfs. For architectures that support it, say Y here and read
You can’t perform that action at this time.
0 commit comments