| Submitter | Kumar Gala |
|---|---|
| Date | Oct. 16, 2009, 5:21 p.m. |
| Message ID | <1255713699-21852-2-git-send-email-galak@kernel.crashing.org> |
| Download | mbox | patch |
| Permalink | /patch/36255/ |
| State | Accepted |
| Commit | 0cd9ad73b8d181737005ff4e506b9b6bd043f4dd |
| Headers | show |
Comments
Patch
diff --git a/fs/Kconfig b/fs/Kconfig index d4bf8ca..f93d0ed 100644 --- 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
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> --- fs/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)