mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
powerpc: Cleanup Kconfig selection of hugetlbfs support
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
2e2ec95235
commit
5a1eb5c445
2 changed files with 5 additions and 1 deletions
|
@ -414,6 +414,10 @@ config ARCH_SPARSEMEM_DEFAULT
|
||||||
config ARCH_POPULATES_NODE_MAP
|
config ARCH_POPULATES_NODE_MAP
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
config SYS_SUPPORTS_HUGETLBFS
|
||||||
|
def_bool y
|
||||||
|
depends on PPC_BOOK3S_64
|
||||||
|
|
||||||
source "mm/Kconfig"
|
source "mm/Kconfig"
|
||||||
|
|
||||||
config ARCH_MEMORY_PROBE
|
config ARCH_MEMORY_PROBE
|
||||||
|
|
|
@ -135,7 +135,7 @@ config TMPFS_POSIX_ACL
|
||||||
|
|
||||||
config HUGETLBFS
|
config HUGETLBFS
|
||||||
bool "HugeTLB file system support"
|
bool "HugeTLB file system support"
|
||||||
depends on X86 || IA64 || PPC_BOOK3S_64 || SPARC64 || (S390 && 64BIT) || \
|
depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \
|
||||||
SYS_SUPPORTS_HUGETLBFS || BROKEN
|
SYS_SUPPORTS_HUGETLBFS || BROKEN
|
||||||
help
|
help
|
||||||
hugetlbfs is a filesystem backing for HugeTLB pages, based on
|
hugetlbfs is a filesystem backing for HugeTLB pages, based on
|
||||||
|
|
Loading…
Reference in a new issue