Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751888Ab3JAG5d (ORCPT ); Tue, 1 Oct 2013 02:57:33 -0400 Received: from mail-ee0-f49.google.com ([74.125.83.49]:45239 "EHLO mail-ee0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750871Ab3JAG5b (ORCPT ); Tue, 1 Oct 2013 02:57:31 -0400 Date: Tue, 1 Oct 2013 08:57:28 +0200 From: Ingo Molnar To: Frederic Weisbecker Cc: Kevin Hilman , LKML , Russell King , "Paul E. McKenney" , Arm Linux Subject: Re: [PATCH 2/3] nohz: Drop generic vtime obsolete dependency on CONFIG_64BIT Message-ID: <20131001065728.GB19718@gmail.com> References: <1380550012-7321-1-git-send-email-fweisbec@gmail.com> <1380550012-7321-3-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1380550012-7321-3-git-send-email-fweisbec@gmail.com> 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: 797 Lines: 28 * Frederic Weisbecker wrote: > config VIRT_CPU_ACCOUNTING_GEN > bool "Full dynticks CPU time accounting" > - depends on HAVE_CONTEXT_TRACKING && 64BIT > + depends on HAVE_CONTEXT_TRACKING > depends on HAVE_VIRT_CPU_ACCOUNTING_GEN > select VIRT_CPU_ACCOUNTING > select CONTEXT_TRACKING > @@ -100,7 +100,6 @@ config NO_HZ_FULL > # RCU_USER_QS dependency > depends on HAVE_CONTEXT_TRACKING > # VIRT_CPU_ACCOUNTING_GEN dependency > - depends on 64BIT > depends on HAVE_VIRT_CPU_ACCOUNTING_GEN Yay! 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/