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/archs38/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/archs38/config-4.14')
-rw-r--r-- | target/linux/archs38/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/archs38/config-4.14 b/target/linux/archs38/config-4.14 index 9a04154a20..db5c6f19e5 100644 --- a/target/linux/archs38/config-4.14 +++ b/target/linux/archs38/config-4.14 @@ -8,7 +8,6 @@ CONFIG_ARCH_HAS_SG_CHAIN=y # CONFIG_ARCH_OPTIONAL_KERNEL_RWX is not set # CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT is not set CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y -# CONFIG_ARCH_WANTS_THP_SWAP is not set CONFIG_ARC_BUILTIN_DTB_NAME="" CONFIG_ARC_CACHE=y CONFIG_ARC_CACHE_LINE_SHIFT=6 |