From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755048AbcASNPM (ORCPT ); Tue, 19 Jan 2016 08:15:12 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:48951 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754603AbcASNOI (ORCPT ); Tue, 19 Jan 2016 08:14:08 -0500 Date: Tue, 19 Jan 2016 14:13:58 +0100 From: Peter Zijlstra To: Byungchul Park Cc: Frederic Weisbecker , LKML , Chris Metcalf , Thomas Gleixner , Luiz Capitulino , Christoph Lameter , "Paul E . McKenney" , Mike Galbraith , Rik van Riel Subject: Re: [PATCH 2/4] sched: Consolidate nohz CPU load update code Message-ID: <20160119131358.GE6344@twins.programming.kicks-ass.net> References: <1452700891-21807-1-git-send-email-fweisbec@gmail.com> <1452700891-21807-3-git-send-email-fweisbec@gmail.com> <20160114023050.GB6682@X58A-UD3R> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160114023050.GB6682@X58A-UD3R> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 14, 2016 at 11:30:50AM +0900, Byungchul Park wrote: > On Wed, Jan 13, 2016 at 05:01:29PM +0100, Frederic Weisbecker wrote: > > Lets factorize a bit of code there. We'll even have a third user soon. > > While at it, standardize the idle update function name against the > > others. > > This factorization was one of what I thought it needs to be done! :-) I shall interpret this as an Acked-by from you.