diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 78f6d028d294..c7c41412f5e7 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -4029,7 +4029,7 @@ static inline unsigned int hmp_offload_down(int cpu, struct sched_entity *se) return NR_CPUS; /* Is the task alone on the cpu? */ - if (cpu_rq(cpu)->cfs.nr_running < 2) + if (cpu_rq(cpu)->cfs.h_nr_running < 2) return NR_CPUS; /* Is the task actually starving? */