projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce7a35c
)
powerpc: Limit hugetlbfs support to PPC64 Book-3S machines
author
Kumar Gala
<galak@kernel.crashing.org>
Fri, 16 Oct 2009 07:21:35 +0000
(07:21 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 27 Oct 2009 05:42:41 +0000
(16:42 +1100)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
fs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index
d4bf8ca
..
f93d0ed
100644
(file)
--- a/
fs/Kconfig
+++ b/
fs/Kconfig
@@
-135,7
+135,7
@@
config TMPFS_POSIX_ACL
config HUGETLBFS
bool "HugeTLB file system support"
- depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || \
+ depends on X86 || IA64 || PPC
_BOOK3S_
64 || SPARC64 || (SUPERH && MMU) || \
(S390 && 64BIT) || SYS_SUPPORTS_HUGETLBFS || BROKEN
help
hugetlbfs is a filesystem backing for HugeTLB pages, based on