|
@@ -56,6 +56,13 @@ SCHED_FEAT(TTWU_QUEUE, true)
|
|
|
*/
|
|
*/
|
|
|
SCHED_FEAT(SIS_AVG_CPU, false)
|
|
SCHED_FEAT(SIS_AVG_CPU, false)
|
|
|
|
|
|
|
|
|
|
+/*
|
|
|
|
|
+ * Issue a WARN when we do multiple update_rq_clock() calls
|
|
|
|
|
+ * in a single rq->lock section. Default disabled because the
|
|
|
|
|
+ * annotations are not complete.
|
|
|
|
|
+ */
|
|
|
|
|
+SCHED_FEAT(WARN_DOUBLE_CLOCK, false)
|
|
|
|
|
+
|
|
|
#ifdef HAVE_RT_PUSH_IPI
|
|
#ifdef HAVE_RT_PUSH_IPI
|
|
|
/*
|
|
/*
|
|
|
* In order to avoid a thundering herd attack of CPUs that are
|
|
* In order to avoid a thundering herd attack of CPUs that are
|