|
@@ -22,14 +22,6 @@ SCHED_FEAT(WAKEUP_PREEMPT, 1)
|
|
|
*/
|
|
|
SCHED_FEAT(ASYM_GRAN, 1)
|
|
|
|
|
|
-/*
|
|
|
- * Use the SYNC wakeup hint, pipes and the likes use this to indicate
|
|
|
- * the remote end is likely to consume the data we just wrote, and
|
|
|
- * therefore has cache benefit from being placed on the same cpu, see
|
|
|
- * also AFFINE_WAKEUPS.
|
|
|
- */
|
|
|
-SCHED_FEAT(SYNC_WAKEUPS, 1)
|
|
|
-
|
|
|
/*
|
|
|
* Based on load and program behaviour, see if it makes sense to place
|
|
|
* a newly woken task on the same cpu as the task that woke it --
|