Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933096Ab3GCSg4 (ORCPT ); Wed, 3 Jul 2013 14:36:56 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:57462 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933059Ab3GCSgx (ORCPT ); Wed, 3 Jul 2013 14:36:53 -0400 From: Kevin Hilman To: Frederic Weisbecker , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Paul McKenney , linaro-kernel@lists.linaro.org Subject: [PATCH 3/3] ARM: Kconfig: allow virt CPU accounting Date: Wed, 3 Jul 2013 11:36:41 -0700 Message-Id: <1372876601-23881-4-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.3 In-Reply-To: <1372876601-23881-1-git-send-email-khilman@linaro.org> References: <1372876601-23881-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: 922 Lines: 29 With the 64-bit requirement removed from virt CPU accounting, allow ARM platforms to enable it. Cc: Russell King Signed-off-by: Kevin Hilman --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 136f263..7850612 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -61,6 +61,7 @@ config ARM select OLD_SIGSUSPEND3 select OLD_SIGACTION select HAVE_CONTEXT_TRACKING + select HAVE_VIRT_CPU_ACCOUNTING help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and -- 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/