diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:12:32 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 07:54:42 +0200 |
commit | f928c338ad6c8215a5fe280473e37786157a2d05 (patch) | |
tree | ac84d40103c024c8adff2ef9137a1ac3da99e693 /target/linux/octeontx/config-4.14 | |
parent | a2418dba0214318f4ef22c5bd3f9204d0f092253 (diff) | |
download | upstream-f928c338ad6c8215a5fe280473e37786157a2d05.tar.gz upstream-f928c338ad6c8215a5fe280473e37786157a2d05.tar.bz2 upstream-f928c338ad6c8215a5fe280473e37786157a2d05.zip |
kernel: disable ARCH_WANTS_THP_SWAP by default
Only one arch (x86_64) enables this option. So disable
ARCH_WANTS_THP_SWAP by default and remove referencies to it from all
configs (except x86_64) to make them clean.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target/linux/octeontx/config-4.14')
-rw-r--r-- | target/linux/octeontx/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14 index b2ea99be0a..e27b68c30b 100644 --- a/target/linux/octeontx/config-4.14 +++ b/target/linux/octeontx/config-4.14 @@ -37,7 +37,6 @@ CONFIG_ARCH_SUPPORTS_UPROBES=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_THUNDER=y CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y -# CONFIG_ARCH_WANTS_THP_SWAP is not set CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y CONFIG_ARCH_WANT_FRAME_POINTERS=y CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y |