From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938057AbZAPWld (ORCPT ); Fri, 16 Jan 2009 17:41:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764312AbZAPWlU (ORCPT ); Fri, 16 Jan 2009 17:41:20 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:55693 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756288AbZAPWlT (ORCPT ); Fri, 16 Jan 2009 17:41:19 -0500 Date: Fri, 16 Jan 2009 23:41:14 +0100 From: Ingo Molnar To: Jeff Mahoney Cc: Linus Torvalds , Andrew Morton , Linux Kernel Mailing List Subject: Re: x86: Define ARCH_WANT_FRAME_POINTERS Message-ID: <20090116224114.GF3899@elte.hu> References: <4970D0A7.90005@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4970D0A7.90005@suse.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jeff Mahoney wrote: > Commit da4276b8299a6544dc41ac2485d3ffca5811b3fb changed a dependency > for FRAME_POINTER from X86 to ARCH_WANT_FRAME_POINTERS, but didn't > actually define it. > > This patch adds the definition for ARCH_WANT_FRAME_POINTERS. Without it, > FRAME_POINTER can't be enabled on x86. > > Signed-off-by: Jeff Mahoney > --- > > lib/Kconfig.debug | 6 ++++++ > 1 file changed, 6 insertions(+) Yes - doh! :-) Applied to tip/x86/urgent, thanks Jeff! Ingo