From patchwork Wed Jul 3 18:36:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 2818751 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9B16A9F3EB for ; Wed, 3 Jul 2013 18:45:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7FD6B2022A for ; Wed, 3 Jul 2013 18:45:33 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8F0FA20236 for ; Wed, 3 Jul 2013 18:45:32 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UuS3R-000063-QQ; Wed, 03 Jul 2013 18:45:26 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UuS3P-0005Nq-Cn; Wed, 03 Jul 2013 18:45:23 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UuS3L-0005Mk-Pl for linux-arm-kernel@lists.infradead.org; Wed, 03 Jul 2013 18:45:20 +0000 Received: by mail-pb0-f49.google.com with SMTP id jt11so400045pbb.36 for ; Wed, 03 Jul 2013 11:44:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=S8txkwgvQlCf62N2baJklBqh9SanP7fl+lQh3QY2dy0=; b=VEyIZhrECHJBJkNlFElA2UF0ACFvrzh3nSdckU2wLNfLJ3BafJ5lwA3jH3Fz0YjaVX /Ej9xa/QxJxKqaIZYmkQW3fRSFBVjs5sgiuOJF/5ZIx6p8MoCrctCUB5NMmX1wxN0Ksj vhk/jDjRViBIwKevadM0OQPzCGA3ShonOaUbZ6rcUX3pw1TNRbMxl76grfugKIFZll3r O/zBJkTZBhayZydSBeOMcRMLvo6mXXG0xfT4LDTxK1whv+yecJIksq9p6QJgt5DziTmN 2COpPaLeKfzitq292iGez/42ezJqk/En5QADePVgq640UtHfEZfYoD1ZE49Qn3wRoUWB K1JA== X-Received: by 10.66.27.196 with SMTP id v4mr3563471pag.97.1372876613074; Wed, 03 Jul 2013 11:36:53 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPSA id cx3sm1539082pbb.30.2013.07.03.11.36.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Jul 2013 11:36:51 -0700 (PDT) From: Kevin Hilman To: Frederic Weisbecker , Russell King 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> X-Gm-Message-State: ALoCoQnkiYuv3qiTvCEd9RGsUmme9jO2ChtsZYhV4YJ2OZnzuiU10z3LNhPqcyp6xvSLoikRExaP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130703_144520_001508_F1B42B49 X-CRM114-Status: UNSURE ( 8.51 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: linaro-kernel@lists.linaro.org, Paul McKenney , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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