Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752884AbcDBHYK (ORCPT ); Sat, 2 Apr 2016 03:24:10 -0400 Received: from casper.infradead.org ([85.118.1.10]:35503 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752734AbcDBHYJ (ORCPT ); Sat, 2 Apr 2016 03:24:09 -0400 Date: Sat, 2 Apr 2016 09:23:54 +0200 From: Peter Zijlstra To: Frederic Weisbecker Cc: LKML , Byungchul Park , Chris Metcalf , Thomas Gleixner , Luiz Capitulino , Christoph Lameter , "Paul E . McKenney" , Mike Galbraith , Rik van Riel , Ingo Molnar Subject: Re: [PATCH 4/4] sched: Conditionally build cpu load decay code for nohz Message-ID: <20160402072354.GG2906@worktop> References: <1459516987-15745-1-git-send-email-fweisbec@gmail.com> <1459516987-15745-5-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459516987-15745-5-git-send-email-fweisbec@gmail.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 138 Lines: 4 On Fri, Apr 01, 2016 at 03:23:07PM +0200, Frederic Weisbecker wrote: > To complete the tick periodic kernel optimizations. -ENOCHANGELOG