Prev: [RFC][PATCH 04/11] perf, x86: Use unlocked bitops
Next: [RFC][PATCH 00/11] Another stab at PEBS and LBR support
From: Fabio Checconi on 3 Mar 2010 11:50 > From: Peter Zijlstra <peterz(a)infradead.org> > Date: Thu, Feb 25, 2010 09:28:26PM +0100 > > On Tue, 2010-02-23 at 19:56 +0100, Fabio Checconi wrote: > > + stop = move_runtime(rt_rq, iter, weight, rt_period, > > pull); > > + if (stop) { > > + raw_spin_unlock(&iter->rt_runtime_lock); > > + break; > > } > > next: > > raw_spin_unlock(&iter->rt_runtime_lock); > > might as well put that: > > if (stop) > break; > > right after the raw_spin_unlock() that's already there. Will do (initializing stop to false before entering the loop), thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |