sched: Migrate sched to use new tick dependency mask model
[platform/kernel/linux-starfive.git] / kernel / time / tick-sched.c
index 3f79def..f312c60 100644 (file)
@@ -204,11 +204,6 @@ static bool can_stop_full_tick(struct tick_sched *ts)
                return false;
        }
 
-       if (!sched_can_stop_tick()) {
-               trace_tick_stop(0, TICK_DEP_MASK_SCHED);
-               return false;
-       }
-
        if (!posix_cpu_timers_can_stop_tick(current)) {
                trace_tick_stop(0, TICK_DEP_MASK_POSIX_TIMER);
                return false;