Re: [PATCH] sched/fair: code clean up for __sched_period()

2015-07-06 Thread Boqun Feng
Hi Ingo, On Mon, Jul 06, 2015 at 02:53:50PM +0200, Ingo Molnar wrote: > > * Peter Zijlstra wrote: > > > On Mon, Jul 06, 2015 at 08:41:26PM +0800, Boqun Feng wrote: > > > Ping. Any idea on this one? > > > > I think I queued this one. > > Yeah, and I applied it from you earlier today - it's sti

Re: [PATCH] sched/fair: code clean up for __sched_period()

2015-07-06 Thread Boqun Feng
Hi Peter, On Mon, Jul 06, 2015 at 02:49:59PM +0200, Peter Zijlstra wrote: > On Mon, Jul 06, 2015 at 08:41:26PM +0800, Boqun Feng wrote: > > Ping. Any idea on this one? > > I think I queued this one. Sorry, I only had looked up in the "tip" tree.. just found it on your tree. Thank you! Regards,

Re: [PATCH] sched/fair: code clean up for __sched_period()

2015-07-06 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Mon, Jul 06, 2015 at 08:41:26PM +0800, Boqun Feng wrote: > > Ping. Any idea on this one? > > I think I queued this one. Yeah, and I applied it from you earlier today - it's still being a tested, will push it out later today. Thanks, Ingo -- To unsubscrib

Re: [PATCH] sched/fair: code clean up for __sched_period()

2015-07-06 Thread Peter Zijlstra
On Mon, Jul 06, 2015 at 08:41:26PM +0800, Boqun Feng wrote: > Ping. Any idea on this one? I think I queued this one. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/major

Re: [PATCH] sched/fair: code clean up for __sched_period()

2015-07-06 Thread Boqun Feng
Ping. Any idea on this one? On Thu, Jul 02, 2015 at 10:25:52PM +0800, Boqun Feng wrote: > Since commit: 4bf0b77158 ("sched: remove do_div() from > __sched_slice()"), the logic of __sched_period() can be implemented as a > single if-else without any local variable, so this patch cleans it up > with