sched: Remove avg_wakeup
[linux-block.git] / kernel / sched_features.h
index d5059fd761d9bf49aca78e830a4fe9330bd464c9..96ef5dbc66e17dd5afce45817dde7149dcf578aa 100644 (file)
@@ -30,12 +30,6 @@ SCHED_FEAT(START_DEBIT, 1)
  */
 SCHED_FEAT(WAKEUP_PREEMPT, 1)
 
-/*
- * Compute wakeup_gran based on task behaviour, clipped to
- *  [0, sched_wakeup_gran_ns]
- */
-SCHED_FEAT(ADAPTIVE_GRAN, 1)
-
 /*
  * When converting the wakeup granularity to virtual time, do it such
  * that heavier tasks preempting a lighter task have an edge.