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

2016-03-02 Thread Peter Zijlstra
On Wed, Mar 02, 2016 at 12:53:32PM +0100, Alexander Gordeev wrote: > This update is a continuation of commit 3223d05 ("sched/core: Please put [core] abbrev = 12 Into your .gitconfig, 7 char SHA1s are no good. If TJ acks the first, I can fix up this time, so no need to repost just yet.

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

2016-03-02 Thread Alexander Gordeev
This update is a continuation of commit 3223d05 ("sched/core: Remove dead statement in __schedule()") and completes the removal of a dead code with a removal of an unnecessary 'cpu' local variable - as it is only used to acquire the current runqueue. Cc: Oleg Nesterov Cc: Peter Zijlstra Signed-o