summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/sched-autogroup-disabled.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/sched-autogroup-disabled.patch')
-rw-r--r--debian/patches/debian/sched-autogroup-disabled.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/debian/sched-autogroup-disabled.patch b/debian/patches/debian/sched-autogroup-disabled.patch
deleted file mode 100644
index c616fa46ef..0000000000
--- a/debian/patches/debian/sched-autogroup-disabled.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Ben Hutchings <ben@decadent.org.uk>
-Subject: sched: Do not enable autogrouping by default
-Date: Wed, 16 Mar 2011 03:17:06 +0000
-Forwarded: not-needed
-
-We want to provide the option of autogrouping but without enabling
-it by default yet.
-
---- a/kernel/sched/autogroup.c
-+++ b/kernel/sched/autogroup.c
-@@ -4,7 +4,7 @@
- * Auto-group scheduling implementation:
- */
-
--unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
-+unsigned int __read_mostly sysctl_sched_autogroup_enabled = 0;
- static struct autogroup autogroup_default;
- static atomic_t autogroup_seq_nr;
-