]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Remove short-term CPU kicking
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 25 Nov 2016 08:07:23 +0000 (00:07 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 23 Jan 2017 19:37:12 +0000 (11:37 -0800)
commitb201fa67371862229f27a1f022196423aa5c7381
tree5d8e2ae59519ae808a1ffc8929c925ed96942369
parent28053bc72c0e588c577557ce9e95a6cb65078471
rcu: Remove short-term CPU kicking

Commit 4914950aaa12d ("rcu: Stop treating in-kernel CPU-bound workloads
as errors") added a (relatively) short-timeout call to resched_cpu().
This was inspired by as issue that was fixed by b7e7ade34e61 ("sched/core:
Fix remote wakeups").  But given that this issue was fixed, it is time
for the current commit to remove this call to resched_cpu().

Reported-by: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcu/tree.c