aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Garry <[email protected]>2018-01-30 21:22:57 +0800
committerWei Xu <[email protected]>2018-03-02 15:35:34 +0000
commit5fc990703e8663b00741f6f86990d33093510302 (patch)
tree8aad67bdf53bbf84fb37e19ba48acbaf0c6a5446
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
arm64: defconfig: enable IOSCHED_DEADLINE
For certain workloads the deadline IO scheduler offers particular advantages over other schedulers and has shown to perform better, so enable it. The default IO scheduler is unaffected by this change, and currently is CFQ. Signed-off-by: John Garry <[email protected]> Signed-off-by: Wei Xu <[email protected]>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 634b373785c4..40c72e6fc130 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -31,7 +31,6 @@ CONFIG_PROFILING=y
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
-# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_ALPINE=y
CONFIG_ARCH_BCM2835=y