Loading kernel/sched/core.c +0 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ #include "pelt.h" #include "walt.h" #include "core_ctl.h" #define CREATE_TRACE_POINTS #include <trace/events/sched.h> Loading Loading @@ -3201,8 +3200,6 @@ void scheduler_tick(void) if (curr->sched_class == &fair_sched_class) check_for_migration(rq, curr); core_ctl_check(wallclock); } #ifdef CONFIG_NO_HZ_FULL Loading Loading
kernel/sched/core.c +0 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ #include "pelt.h" #include "walt.h" #include "core_ctl.h" #define CREATE_TRACE_POINTS #include <trace/events/sched.h> Loading Loading @@ -3201,8 +3200,6 @@ void scheduler_tick(void) if (curr->sched_class == &fair_sched_class) check_for_migration(rq, curr); core_ctl_check(wallclock); } #ifdef CONFIG_NO_HZ_FULL Loading