about summary refs log tree commit diff
path: root/machines/dnyarri-kconf.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-04-22 08:26:59 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-04-22 08:26:59 +0200
commitb362d750cc4940558e0afae721c7f74bfb768f0c (patch)
tree5051b1a9fdf62822e866e412414f2bf04a3922cc /machines/dnyarri-kconf.nix
parent6c224e49345abeb7e4502df6d337b5127f08e5d0 (diff)
Enable BFQ scheduler on all machines by default.
This adds the kernel patch to all machines and uses it as the default
scheduler. Let's see when I need to scream at the edit of a commit
message again, because the disk is busy and the editor is waiting for
I/O.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/dnyarri-kconf.nix')
-rw-r--r--machines/dnyarri-kconf.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/dnyarri-kconf.nix b/machines/dnyarri-kconf.nix
index df0cc7c4..a6b18992 100644
--- a/machines/dnyarri-kconf.nix
+++ b/machines/dnyarri-kconf.nix
@@ -209,9 +209,11 @@
   "CONFIG_IOSCHED_NOOP" = "y";
   "CONFIG_IOSCHED_DEADLINE" = "y";
   "CONFIG_IOSCHED_CFQ" = "y";
+  "CONFIG_IOSCHED_BFQ" = "y";
   "CONFIG_CFQ_GROUP_IOSCHED" = "y";
-  "CONFIG_DEFAULT_CFQ" = "y";
-  "CONFIG_DEFAULT_IOSCHED" = "cfq";
+  "CONFIG_CGROUP_BFQIO" = "y";
+  "CONFIG_DEFAULT_BFQ" = "y";
+  "CONFIG_DEFAULT_IOSCHED" = "bfq";
   "CONFIG_PREEMPT_NOTIFIERS" = "y";
   "CONFIG_PADATA" = "y";
   "CONFIG_ASN1" = "y";