Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751414Ab3IPW2e (ORCPT ); Mon, 16 Sep 2013 18:28:34 -0400 Received: from mail-pd0-f173.google.com ([209.85.192.173]:40967 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680Ab3IPW22 (ORCPT ); Mon, 16 Sep 2013 18:28:28 -0400 From: Kevin Hilman To: Frederic Weisbecker , Russell King Cc: linux-arm-kernel@lists.infradead.org, Paul McKenney , linux-kernel@vger.kernel.org Subject: [PATCH 1/4] nohz_full: Kconfig: VIRT_CPU_ACCOUNTING_GEN: drop 64-bit requirement Date: Mon, 16 Sep 2013 15:28:19 -0700 Message-Id: <1379370502-30376-2-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.3 In-Reply-To: <1379370502-30376-1-git-send-email-khilman@linaro.org> References: <1379370502-30376-1-git-send-email-khilman@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 915 Lines: 30 The 64-bit requirement can be removed since the conversion of the nsec granularity cputime to work on !64_BIT Cc: Frederic Weisbecker Signed-off-by: Kevin Hilman --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 18bd9e3..e9cd23b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -354,7 +354,7 @@ config VIRT_CPU_ACCOUNTING_NATIVE config VIRT_CPU_ACCOUNTING_GEN bool "Full dynticks CPU time accounting" - depends on HAVE_CONTEXT_TRACKING && 64BIT + depends on HAVE_CONTEXT_TRACKING select VIRT_CPU_ACCOUNTING select CONTEXT_TRACKING help -- 1.8.3 -- 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/