Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751509Ab3DYG2g (ORCPT ); Thu, 25 Apr 2013 02:28:36 -0400 Received: from mail-ee0-f50.google.com ([74.125.83.50]:55868 "EHLO mail-ee0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750758Ab3DYG2f (ORCPT ); Thu, 25 Apr 2013 02:28:35 -0400 Date: Thu, 25 Apr 2013 08:28:30 +0200 From: Ingo Molnar To: Frederic Weisbecker Cc: LKML , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Kevin Hilman , Li Zhong , Oleg Nesterov , "Paul E. McKenney" , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner , Stephane Eranian , Jiri Olsa Subject: Re: [GIT PULL] nohz: Adaptively stop the tick, finally Message-ID: <20130425062830.GA15989@gmail.com> References: <1366657186-20556-1-git-send-email-fweisbec@gmail.com> <20130424073259.GC1780@gmail.com> <20130424073852.GA10410@gmail.com> <20130424145017.GA6993@somewhere> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130424145017.GA6993@somewhere> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 29 * Frederic Weisbecker wrote: > > depends on VIRT_CPU_ACCOUNTING_GEN > > > > It should _really_ select both the RCU and the CPU time accounting model > > automatically! > > Yeah I know. I have yet to fix that in Kconfig (it's a Kconfig limitation). Why cannot we simply select it and its dependencies, explicitly, for the time being? Something like: depends on 64BIT select VIRT_CPU_ACCOUNTING select VIRT_CPU_ACCOUNTING_GEN 90% of the .config's have VIRT_CPU_ACCOUNTING_GEN turned off, because it's a default-off feature - so dynticks-full is effectively hidden from the large majority of testers... Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/