aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorGravatar Peter Zijlstra <peterz@infradead.org> 2013-09-27 17:30:03 +0200
committerGravatar Ingo Molnar <mingo@kernel.org> 2013-09-28 10:04:47 +0200
commit75f93fed50c2abadbab6ef546b265f51ca975b27 (patch)
treeae531501cb671c948baedb8e07111f8dda2d5036 /usr
parentsched, x86: Optimize the preempt_schedule() call (diff)
downloadlinux-75f93fed50c2abadbab6ef546b265f51ca975b27.tar.gz
linux-75f93fed50c2abadbab6ef546b265f51ca975b27.tar.bz2
linux-75f93fed50c2abadbab6ef546b265f51ca975b27.zip
sched: Revert need_resched() to look at TIF_NEED_RESCHED
Yuanhan reported a serious throughput regression in his pigz benchmark. Using the ftrace patch I found that several idle paths need more TLC before we can switch the generic need_resched() over to preempt_need_resched. The preemption paths benefit most from preempt_need_resched and do indeed use it; all other need_resched() users don't really care that much so reverting need_resched() back to tif_need_resched() is the simple and safe solution. Reported-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: Fengguang Wu <fengguang.wu@intel.com> Cc: Huang Ying <ying.huang@intel.com> Cc: lkp@linux.intel.com Cc: Linus Torvalds <torvalds@linux-foundation.org> Link: http://lkml.kernel.org/r/20130927153003.GF15690@laptop.programming.kicks-ass.net Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions