Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
neutrino: Enable CONFIG_DEFAULT_MAPLE
Browse files Browse the repository at this point in the history
Subsequent to 7b1eb0b ("block: maple-iosched: Update MAPLE_IOSCHED_PATCHLEVEL")

Maple should now be ready for prime time. Let's tentatively set it
as our default I/O scheduler and see how it fairs in 2019.

Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
  • Loading branch information
0ctobot committed Jul 13, 2019
1 parent 38edf44 commit df03ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/configs/neutrino_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_MAPLE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
# CONFIG_DEFAULT_MAPLE is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_DEFAULT_MAPLE=y
CONFIG_DEFAULT_IOSCHED="maple"
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
Expand Down

0 comments on commit df03ce2

Please sign in to comment.