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-24 17:24:30 +0200 |
commit | 95922e16d7093c1ac68fc58ac147f0bb327e1d9e (patch) | |
tree | a9e7b325b311fa1ab61d03745bbe3409fc178a69 /target/linux/cns3xxx/config-4.14 | |
parent | 2c9e3736f41d737ca0a6c7a38e44a36b28ca4185 (diff) | |
download | upstream-95922e16d7093c1ac68fc58ac147f0bb327e1d9e.tar.gz upstream-95922e16d7093c1ac68fc58ac147f0bb327e1d9e.tar.bz2 upstream-95922e16d7093c1ac68fc58ac147f0bb327e1d9e.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>
(cherry picked from commit f928c338ad6c8215a5fe280473e37786157a2d05)
Diffstat (limited to 'target/linux/cns3xxx/config-4.14')
-rw-r--r-- | target/linux/cns3xxx/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/config-4.14 b/target/linux/cns3xxx/config-4.14 index 5a1aab95f2..29ac65eab5 100644 --- a/target/linux/cns3xxx/config-4.14 +++ b/target/linux/cns3xxx/config-4.14 @@ -27,7 +27,6 @@ CONFIG_ARCH_SUPPORTS_UPROBES=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_USE_BUILTIN_BSWAP=y CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y -# CONFIG_ARCH_WANTS_THP_SWAP is not set CONFIG_ARCH_WANT_GENERAL_HUGETLB=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_ARM=y |