From patchwork Mon Nov 9 19:21:15 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shi X-Patchwork-Id: 56269 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp367017lbb; Mon, 9 Nov 2015 11:41:00 -0800 (PST) X-Received: by 10.66.146.162 with SMTP id td2mr41670628pab.45.1447098060215; Mon, 09 Nov 2015 11:41:00 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id lb7si24228805pbc.16.2015.11.09.11.40.59; Mon, 09 Nov 2015 11:41:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro_org.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752486AbbKITk4 (ORCPT + 28 others); Mon, 9 Nov 2015 14:40:56 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:36070 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751691AbbKITkE (ORCPT ); Mon, 9 Nov 2015 14:40:04 -0500 Received: by pacdm15 with SMTP id dm15so184151045pac.3 for ; Mon, 09 Nov 2015 11:40:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7nxuWMsWrRB847JfZXQqTjEPZP91RznmEnx0tAgK+fE=; b=q7LLAIENQmy0586BrtMUsBZWlt1lHLHHpwoxb0LMGh6KB6+QAjre8uFC7hhy3GRbpH LfWQyXliycbyV/IukxXD51klCgRYIQAYIHR9fXjoNsr0FQc3dJMxPVhGYfyFqoCtvbQK CeBusFgesQWTPvA6kjaUAMFXZaKZZF9ccJQMFkYeBi8159PTzRCSIjivwOvvAlvwYloq 3MHREhqM4ScRYtYx3bSzPFNPrS/VVDhbxJqcCRdAAUrZRSzhwOopDpvOoaKNcgQLkAoQ ZuR5wGIx2KORMoeAj6fSj3iQ5REdd0oFjENnxIvID5+cR7ukjL30q6XmhBGMAdbrW50v 9QVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7nxuWMsWrRB847JfZXQqTjEPZP91RznmEnx0tAgK+fE=; b=DSM4zyAk6fgc79gx5unkgbPIW3pBv33GI2dGGFRXPXgr8TB3PMjaqMOUK0mBnOhemK S93cynwLGCkaew8Os/IcxKjJopykt5JfSD6V3QxZ9PXPdTthrnthMTAXDk00/lPY9rMF KVWaBSt/8/73IVyUlNJtETsdtJxv7SEaY6v5K1ozAuC1Mbc1zlo0INlRr9e9MKdJ+bSu VnFMoFXAgSf2BqjXxarpKUQ5vx9vzdmup2ZOYHGvtg29BEZjotCHQONiHA+MZleohtg2 nM6g+aUTdhkVR0qf/wBJEbDyOySZw4L9WXuoqEKkZsOHf9dfgBAshMs8jpImOXy8Cyal d07g== X-Gm-Message-State: ALoCoQlr0+pyjm2FaLHylY0YqEfl2W/tKRwCS+xEgwjD/4MVEGhGs54zq8HoCDUxjiy1dK9Xkxhi X-Received: by 10.68.89.197 with SMTP id bq5mr43352062pbb.1.1447098002002; Mon, 09 Nov 2015 11:40:02 -0800 (PST) Received: from yshi-Precision-T5600.corp.ad.wrs.com (unknown-216-82.windriver.com. [147.11.216.82]) by smtp.gmail.com with ESMTPSA id iy1sm17840584pbb.85.2015.11.09.11.40.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Nov 2015 11:40:01 -0800 (PST) From: Yang Shi To: linux-kernel@vger.kernel.org Cc: uclinux-h8-devel@lists.sourceforge.jp, ysato@users.sourceforge.jp, hskinnemoen@gmail.com, egtvedt@samfundet.no, linux-hexagon@vger.kernel.org, rkuo@codeaurora.org, mingo@redhat.com, yang.shi@linaro.org Subject: [PATCH 1/4] m32r: remove redundant FRAME_POINTER kconfig option Date: Mon, 9 Nov 2015 11:21:15 -0800 Message-Id: <1447096878-13519-2-git-send-email-yang.shi@linaro.org> X-Mailer: git-send-email 2.0.2 In-Reply-To: <1447096878-13519-1-git-send-email-yang.shi@linaro.org> References: <1447096878-13519-1-git-send-email-yang.shi@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org FRAME_POINTER is defined in lib/Kconfig.debug, it is unnecessary to redefine it in arch/m32r/Kconfig.debug. Actually, the one defined in arch directory is never used. Signed-off-by: Yang Shi --- arch/m32r/Kconfig.debug | 8 -------- 1 file changed, 8 deletions(-) -- 2.0.2 -- 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/ diff --git a/arch/m32r/Kconfig.debug b/arch/m32r/Kconfig.debug index 6c612b7..a991aeb2 100644 --- a/arch/m32r/Kconfig.debug +++ b/arch/m32r/Kconfig.debug @@ -10,12 +10,4 @@ config DEBUG_PAGEALLOC This results in a large slowdown, but helps to find certain types of memory corruptions. -config FRAME_POINTER - bool "Compile the kernel with frame pointers" - help - If you say Y here the resulting kernel image will be slightly larger - and slower, but it will give very useful debugging information. - If you don't debug the kernel, you can say N, but we may not be able - to solve problems without frame pointers. - endmenu