sched/deadline: Push non-fitting current task when switching to DL
Create push_curr_dl_task() which can be used as a push callback in
switched_to_dl().
In case the current task switches to DL and the current CPU is not a
fit try to find an available fitting CPU immediately by pushing the
task away, i.e. by queuing a push_curr_dl_task() callback.
Signed-off-by:
Dietmar Eggemann <dietmar.eggemann@arm.com>
Loading
Please register or sign in to comment