Skip to content

Commit

Permalink
defconfig: set bfq as the default io scheduler
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Trifan <jimsth@gmail.com>
  • Loading branch information
jimsth committed Aug 13, 2013
1 parent 1a28734 commit b0042a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/configs/tuna_defconfig
Expand Up @@ -186,11 +186,11 @@ CONFIG_IOSCHED_BFQ=y
CONFIG_IOSCHED_ROW=y
# CONFIG_DEFAULT_NOOP is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_FIOPS is not set
# CONFIG_DEFAULT_BFQ is not set
CONFIG_DEFAULT_BFQ=y
# CONFIG_DEFAULT_ROW is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_DEFAULT_IOSCHED="bfq"
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
Expand Down

0 comments on commit b0042a4

Please sign in to comment.