From d3532c6b7d51d942a1d5468456715c3a0495ef3d Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Tue, 7 Feb 2017 18:53:06 +0900 Subject: [PATCH] arm64: defconfig: disable SWAP_DA config. removed useless config. Signed-off-by: Jaechul Lee --- arch/arm64/configs/tizen_tw2_defconfig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm64/configs/tizen_tw2_defconfig b/arch/arm64/configs/tizen_tw2_defconfig index c045d72e8e3..e7f526c632c 100644 --- a/arch/arm64/configs/tizen_tw2_defconfig +++ b/arch/arm64/configs/tizen_tw2_defconfig @@ -186,7 +186,7 @@ CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SYSTEM_TRUSTED_KEYRING is not set CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y -CONFIG_SWAP_DA=y +# CONFIG_SWAP_DA is not set # CONFIG_JUMP_LABEL is not set # CONFIG_UPROBES is not set # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set @@ -3492,13 +3492,13 @@ CONFIG_NLS_ISO8859_1=y # # SWAP_DA # -CONFIG_SWAP_NO_KPROBES=y -CONFIG_SWAP_TD_HOOKS=y -CONFIG_SWAP_US_HOOKS=y -CONFIG_SWAP_SYSHOOK=y -CONFIG_SWAP_CONTEXT_HOOKS=y -CONFIG_SWAP_ENERGY_HOOKS=y -CONFIG_SWAP_FOPS_HOOKS=y +# CONFIG_SWAP_NO_KPROBES is not set +# CONFIG_SWAP_TD_HOOKS is not set +# CONFIG_SWAP_US_HOOKS is not set +# CONFIG_SWAP_SYSHOOK is not set +# CONFIG_SWAP_CONTEXT_HOOKS is not set +# CONFIG_SWAP_ENERGY_HOOKS is not set +# CONFIG_SWAP_FOPS_HOOKS is not set # # printk and dmesg options -- 2.34.1