|
@@ -23,6 +23,7 @@
|
|
#include <linux/sched/prio.h>
|
|
#include <linux/sched/prio.h>
|
|
#include <linux/sched/rt.h>
|
|
#include <linux/sched/rt.h>
|
|
#include <linux/sched/signal.h>
|
|
#include <linux/sched/signal.h>
|
|
|
|
+#include <linux/sched/smt.h>
|
|
#include <linux/sched/stat.h>
|
|
#include <linux/sched/stat.h>
|
|
#include <linux/sched/sysctl.h>
|
|
#include <linux/sched/sysctl.h>
|
|
#include <linux/sched/task.h>
|
|
#include <linux/sched/task.h>
|
|
@@ -936,9 +937,6 @@ static inline int cpu_of(struct rq *rq)
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_SCHED_SMT
|
|
#ifdef CONFIG_SCHED_SMT
|
|
-
|
|
|
|
-extern struct static_key_false sched_smt_present;
|
|
|
|
-
|
|
|
|
extern void __update_idle_core(struct rq *rq);
|
|
extern void __update_idle_core(struct rq *rq);
|
|
|
|
|
|
static inline void update_idle_core(struct rq *rq)
|
|
static inline void update_idle_core(struct rq *rq)
|