Skip to content

Commit

Permalink
configs: set bfq as default
Browse files Browse the repository at this point in the history
  • Loading branch information
synergydev committed Feb 12, 2013
1 parent fce652a commit 247864e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions arch/arm/configs/kangbang_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ CONFIG_IOSCHED_SIO=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_ROW is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_BFQ is not set
CONFIG_DEFAULT_SIO=y
CONFIG_DEFAULT_BFQ=y
# CONFIG_DEFAULT_SIO is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="sio"
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
6 changes: 3 additions & 3 deletions arch/arm/configs/kangbang_perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ CONFIG_IOSCHED_SIO=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_ROW is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_BFQ is not set
CONFIG_DEFAULT_SIO=y
CONFIG_DEFAULT_BFQ=y
# CONFIG_DEFAULT_SIO is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="sio"
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 247864e

Please sign in to comment.