diff options
author | Steve Capper <steve.capper@linaro.org> | 2013-04-19 11:23:57 -0400 |
---|---|---|
committer | Steve Capper <steve.capper@linaro.org> | 2013-06-14 04:52:41 -0400 |
commit | af07484863e0c20796081e57093886c22dc16705 (patch) | |
tree | c9891c1048f860413c7cfd79e2b7a686c8be0263 /arch/arm64/Kconfig | |
parent | d03bb1455f3a2804539ed27047fd3b073fdeb3e0 (diff) |
ARM64: mm: THP support.
Bring Transparent HugePage support to ARM. The size of a
transparent huge page depends on the normal page size. A
transparent huge page is always represented as a pmd.
If PAGE_SIZE is 4KB, THPs are 2MB.
If PAGE_SIZE is 64KB, THPs are 512MB.
Signed-off-by: Steve Capper <steve.capper@linaro.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 10607d63b945..308a55636f76 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -189,6 +189,9 @@ config ARCH_WANT_GENERAL_HUGETLB | |||
189 | config ARCH_WANT_HUGE_PMD_SHARE | 189 | config ARCH_WANT_HUGE_PMD_SHARE |
190 | def_bool y if !ARM64_64K_PAGES | 190 | def_bool y if !ARM64_64K_PAGES |
191 | 191 | ||
192 | config HAVE_ARCH_TRANSPARENT_HUGEPAGE | ||
193 | def_bool y | ||
194 | |||
192 | source "mm/Kconfig" | 195 | source "mm/Kconfig" |
193 | 196 | ||
194 | config FORCE_MAX_ZONEORDER | 197 | config FORCE_MAX_ZONEORDER |