diff options
Diffstat (limited to 'kernel/sched_features.h')
-rw-r--r-- | kernel/sched_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_features.h b/kernel/sched_features.h index 891ea0f72b46..e98c2e8de1d5 100644 --- a/kernel/sched_features.h +++ b/kernel/sched_features.h | |||
@@ -67,7 +67,7 @@ SCHED_FEAT(AFFINE_WAKEUPS, 1) | |||
67 | * wakeup-preemption), since its likely going to consume data we | 67 | * wakeup-preemption), since its likely going to consume data we |
68 | * touched, increases cache locality. | 68 | * touched, increases cache locality. |
69 | */ | 69 | */ |
70 | SCHED_FEAT(NEXT_BUDDY, 1) | 70 | SCHED_FEAT(NEXT_BUDDY, 0) |
71 | 71 | ||
72 | /* | 72 | /* |
73 | * Prefer to schedule the task that ran last (when we did | 73 | * Prefer to schedule the task that ran last (when we did |