Re: [PATCH V2 2/2] sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
From: Daniel Bristot de Oliveira
Date: Mon May 29 2017 - 10:39:24 EST
On 05/29/2017 04:24 PM, Daniel Bristot de Oliveira wrote:
> + dl_se->runtime = dl_se->dl_density * laxity >> 20;
Note: If Luca's patch implementing BW_SHIFT joins before this fix,
we can s/20/BW_SHIFT/.
-- Daniel