Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755358Ab3CTXel (ORCPT ); Wed, 20 Mar 2013 19:34:41 -0400 Received: from mail-da0-f43.google.com ([209.85.210.43]:36409 "EHLO mail-da0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754414Ab3CTXeh (ORCPT ); Wed, 20 Mar 2013 19:34:37 -0400 From: Kevin Hilman To: Frederic Weisbecker , Russell King , linux-kernel@vger.kernel.org Cc: Paul McKenney , linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org Subject: [PATCH 2/3] init/Kconfig: virt CPU accounting: drop 64-bit requirment Date: Wed, 20 Mar 2013 16:34:26 -0700 Message-Id: <1363822467-6275-3-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.2 In-Reply-To: <1363822467-6275-1-git-send-email-khilman@linaro.org> References: <1363822467-6275-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: 933 Lines: 30 The 64-bit requirement can be removed after the conversion of 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 8a1dac2..1f1a328 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -329,7 +329,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.2 -- 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/