Re: [PATCH v2 2/2] sched/core: Get rid of 'cpu' variable in __schedule()

From: Peter Zijlstra
Date: Tue Mar 01 2016 - 07:41:00 EST


On Tue, Mar 01, 2016 at 01:01:42PM +0100, Alexander Gordeev wrote:
> 'cpu' variable is only used to acquire the current runqueue.
> By using this_rq() instead, we can get rid of that variable.

Does not apply to tip/sched/core