]> Pileus Git - ~andy/linux/blobdiff - kernel/sched_features.h
lockdep: Add helper function for dir vs file i_mutex annotation
[~andy/linux] / kernel / sched_features.h
index be40f7371ee1ac2e2d91c6679bafbf798606e08e..2e74677cb0403a51a77a7e5c1f249063cd9b3ac2 100644 (file)
@@ -61,12 +61,14 @@ SCHED_FEAT(LB_BIAS, 1)
 SCHED_FEAT(OWNER_SPIN, 1)
 
 /*
- * Decrement CPU power based on irq activity
+ * Decrement CPU power based on time not spent running tasks
  */
-SCHED_FEAT(NONIRQ_POWER, 1)
+SCHED_FEAT(NONTASK_POWER, 1)
 
 /*
  * Queue remote wakeups on the target CPU and process them
  * using the scheduler IPI. Reduces rq->lock contention/bounces.
  */
 SCHED_FEAT(TTWU_QUEUE, 1)
+
+SCHED_FEAT(FORCE_SD_OVERLAP, 0)