diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2013-01-25 10:45:19 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2013-01-25 10:45:19 -0600 |
commit | e66c8fda4444269151b80ec3d570182205f748b5 (patch) | |
tree | ad0ae24ae586f81b54551cc26fc24c2130327388 /config-x86_64-generic | |
parent | 0769445f2dbc57ea5e992d333abad72f54204003 (diff) | |
download | kernel-e66c8fda4444269151b80ec3d570182205f748b5.tar.gz kernel-e66c8fda4444269151b80ec3d570182205f748b5.tar.xz kernel-e66c8fda4444269151b80ec3d570182205f748b5.zip |
Turn off THP for 32bit
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index e10d7858d..bcea67e2a 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -29,6 +29,8 @@ CONFIG_AMD_IOMMU_V2=m CONFIG_SWIOTLB=y # CONFIG_CALGARY_IOMMU is not set +CONFIG_TRANSPARENT_HUGEPAGE=y + CONFIG_KEXEC_JUMP=y CONFIG_ACPI_BLACKLIST_YEAR=0 |