Re: [PATCH, sched] Fix sched_insn debug counter

2014-05-19 Thread Jeff Law
On 05/19/14 18:47, Maxim Kuvyrkov wrote: Hi, This patch fixes sched_insn debug counter that was broken by modulo/backtracking changes. Tested on arm-linux-gnueabihf and x86_64-linux-gnu, though testsuite does not exercise this execution path. Real testing was done by me debugging an unrelated

[PATCH, sched] Fix sched_insn debug counter

2014-05-19 Thread Maxim Kuvyrkov
Hi, This patch fixes sched_insn debug counter that was broken by modulo/backtracking changes. Tested on arm-linux-gnueabihf and x86_64-linux-gnu, though testsuite does not exercise this execution path. Real testing was done by me debugging an unrelated problem in the scheduler using sched_ins