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-32-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-32-generic')
-rw-r--r-- | config-x86-32-generic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-x86-32-generic b/config-x86-32-generic index 65d68f8dc..0e9b3f4be 100644 --- a/config-x86-32-generic +++ b/config-x86-32-generic @@ -96,6 +96,8 @@ CONFIG_X86_TRAMPOLINE=y CONFIG_PCI_DIRECT=y +# CONFIG_TRANSPARENT_HUGEPAGE is not set + # SHPC has half-arsed PCI probing, which makes it load on too many systems # CONFIG_HOTPLUG_PCI_SHPC is not set |