summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorGerald Schaefer <geraldsc@de.ibm.com>2008-03-28 10:26:52 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2008-03-28 10:26:56 +0100
commit56eb5ffd8749dfec550a58699f1080eadfb6b9aa (patch)
tree949b23c9df40d333c5ed7d4dba6db87d5e6e909e /fs
parentfcc8972bc49d135505886233b61e3257e945c926 (diff)
[S390] System z large page support.
This adds hugetlbfs support on System z, using both hardware large page support if available and software large page emulation on older hardware. Shared (large) page tables are implemented in software emulation mode, by using page->index of the first tail page from a compound large page to store page table information. Signed-off-by: Gerald Schaefer <geraldsc@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index d7312825592b..b76df2165dec 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -978,7 +978,8 @@ config TMPFS_POSIX_ACL
config HUGETLBFS
bool "HugeTLB file system support"
- depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || BROKEN
+ depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || \
+ (S390 && 64BIT) || BROKEN
help
hugetlbfs is a filesystem backing for HugeTLB pages, based on
ramfs. For architectures that support it, say Y here and read