From patchwork Wed Feb 27 22:13:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 2194751 Return-Path: X-Original-To: patchwork-linux-parisc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id C3F3E4006E for ; Wed, 27 Feb 2013 22:13:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753103Ab3B0WNu (ORCPT ); Wed, 27 Feb 2013 17:13:50 -0500 Received: from mout.gmx.net ([212.227.15.19]:60983 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752625Ab3B0WNt (ORCPT ); Wed, 27 Feb 2013 17:13:49 -0500 Received: from mailout-de.gmx.net ([10.1.76.17]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MZARu-1UPCLP1v1o-00L0JP for ; Wed, 27 Feb 2013 23:13:47 +0100 Received: (qmail invoked by alias); 27 Feb 2013 22:13:47 -0000 Received: from p54AD04DF.dip0.t-ipconnect.de (EHLO p100.box) [84.173.4.223] by mail.gmx.net (mp017) with SMTP; 27 Feb 2013 23:13:47 +0100 X-Authenticated: #1045983 X-Provags-ID: V01U2FsdGVkX1/XYPQz9hfXtMaj1IPSsUZEJ3qtd90nY4sAv72BZH qD7FhrPytQYXik Date: Wed, 27 Feb 2013 23:13:43 +0100 From: Helge Deller To: linux-parisc@vger.kernel.org, James Bottomley Subject: parisc: select ARCH_WANT_FRAME_POINTERS Message-ID: <20130227221343.GA2813@p100.box> References: <20130227221137.GA2806@p100.box> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130227221137.GA2806@p100.box> User-Agent: Mutt/1.5.21 (2010-09-15) X-Y-GMX-Trusted: 0 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org commit 31a54684da3c14384168889035c54d5cb3c6d32a Author: Helge Deller Date: Wed Feb 27 00:37:12 2013 +0100 Avoid the following warning when configuring the kernel for parisc: warning: (LOCKDEP && FAULT_INJECTION_STACKTRACE_FILTER && LATENCYTOP && KMEMCHECK) selects FRAME_POINTER \ which has unmet direct dependencies (DEBUG_KERNEL && (CRIS || M68K || FRV || UML || AVR32 || SUPERH || \ BLACKFIN || MN10300) || ARCH_WANT_FRAME_POINTERS) Signed-off-by: Helge Deller --- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 7f9b3c5..313cce5 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -5,6 +5,7 @@ config PARISC select HAVE_FUNCTION_TRACER if 64BIT select HAVE_FUNCTION_GRAPH_TRACER if 64BIT select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT + select ARCH_WANT_FRAME_POINTERS select RTC_CLASS select RTC_DRV_GENERIC select INIT_ALL_POSSIBLE