On 07/20/2015 04:21 PM, Kirill A. Shutemov wrote:
All parts of THP with new refcounting are now in place. We can now allow
to enable THP.
Signed-off-by: Kirill A. Shutemov <redacted>
Tested-by: Sasha Levin <redacted>
Tested-by: Aneesh Kumar K.V <redacted>
Acked-by: Jerome Marchand <redacted>
quoted hunk ↗ jump to hunk
---
mm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/Kconfig b/mm/Kconfig
index c973f416cbe5..e79de2bd12cd 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -410,7 +410,7 @@ config NOMMU_INITIAL_TRIM_EXCESS
config TRANSPARENT_HUGEPAGE
bool "Transparent Hugepage Support"
- depends on HAVE_ARCH_TRANSPARENT_HUGEPAGE && BROKEN
+ depends on HAVE_ARCH_TRANSPARENT_HUGEPAGE
select COMPACTION
help
Transparent Hugepages allows the kernel to use huge pages and