From patchwork Thu Mar 21 00:02:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 2310651 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 7CF6240213 for ; Thu, 21 Mar 2013 00:05:43 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UISye-0006Ax-7P; Thu, 21 Mar 2013 00:03:28 +0000 Received: from mail-pb0-f45.google.com ([209.85.160.45]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UISxW-0005qY-RE for linux-arm-kernel@lists.infradead.org; Thu, 21 Mar 2013 00:02:21 +0000 Received: by mail-pb0-f45.google.com with SMTP id ro8so1771559pbb.4 for ; Wed, 20 Mar 2013 17:02:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=SVOnpHCyH6BXzRdGKSUVuKzUGD5+qbjd7VQPnFQwOd4=; b=A/vHuYhC3lZ6ELtjB/0qgzr+Vf1a4M64gvsvBm7N0rhcZl140UlkiEBXUDAhOn+T8z fPVz0IjNFO1PnjwprbkMZhn29Tm8L/tOwldYkFPooZYCOoL615omxePPFpERQd7Sd0Wf eTyfsoW2K5FWdJ48IX3pHCqi2KPANrJ1Jw7qweyD88HPGBvLwF2mM9H7hjE34vT02yyp CqOp5O6mVyAou+goWTLvZHC2NQWQFvtEnrMp3KMy7WmW0izlvTS7DFvOc3vGsKRTTx38 RTkF9wyFxeiq1jCD3e2v6Iu/AKgfZ1hOTZzRV8rIC4Nk5q4O6I/k0akQ+92U7nnrQW09 EW/Q== X-Received: by 10.68.65.226 with SMTP id a2mr12028046pbt.92.1363824136424; Wed, 20 Mar 2013 17:02:16 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id mz8sm3753978pbc.9.2013.03.20.17.02.14 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 20 Mar 2013 17:02:15 -0700 (PDT) From: Kevin Hilman To: Frederic Weisbecker , Russell King , linux-kernel@vger.kernel.org Subject: [PATCH 4/4] ARM: Kconfig: allow context tracking Date: Wed, 20 Mar 2013 17:02:01 -0700 Message-Id: <1363824121-26169-5-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.2 In-Reply-To: <1363824121-26169-1-git-send-email-khilman@linaro.org> References: <1363824121-26169-1-git-send-email-khilman@linaro.org> X-Gm-Message-State: ALoCoQkC/u03qRgi1vSIfNpsIkQO1xRVqo4GDm2U+zbkdOu3u92r94noz1Q5NocTXg5RUwm1EzIE X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130320_200220_737745_593C6511 X-CRM114-Status: UNSURE ( 8.23 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.45 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Paul McKenney , linaro-kernel@lists.linaro.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 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 9473d55..4028fb2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -60,6 +60,7 @@ config ARM select OLD_SIGSUSPEND3 select OLD_SIGACTION select HAVE_VIRT_CPU_ACCOUNTING + select HAVE_CONTEXT_TRACKING help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and