From patchwork Wed Nov 4 17:37:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shi X-Patchwork-Id: 56002 Delivered-To: patch@linaro.org Received: by 10.112.61.134 with SMTP id p6csp2553286lbr; Wed, 4 Nov 2015 09:56:11 -0800 (PST) X-Received: by 10.67.4.38 with SMTP id cb6mr3402601pad.34.1446659771389; Wed, 04 Nov 2015 09:56:11 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ip2si1642368pbd.176.2015.11.04.09.56.10; Wed, 04 Nov 2015 09:56:11 -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 S1756199AbbKDR4J (ORCPT + 28 others); Wed, 4 Nov 2015 12:56:09 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:35009 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754063AbbKDR4H (ORCPT ); Wed, 4 Nov 2015 12:56:07 -0500 Received: by pasz6 with SMTP id z6so61002152pas.2 for ; Wed, 04 Nov 2015 09:56:06 -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; bh=UtYlHqkZxPk0EXsK6UHv2dSe72cF7lW9mUrocgAQozM=; b=2Mlc3xdey7V6pMe5nGmVRJeM9KBRSk+7EbpqTS37SfPc0HE/6fHp4l/Ox1+UVxQJQ7 DEdFgXJ3o4V85o0FUc1dOwQIgC/HrgUYh6/pFxkb3rWBOkAoKo4kiMgVO1VJYoKbdQ/X 3PFrNqM8k1Yj6tlMp9QMwWw/X1gYCPmKp2kafYiq0uPTzfFzUs/x6Wp1HWFTIqYFa8mR b9tfH/oaE0Q/7uv9va6LDxeFOLL9T3ReKUv+96N2JHvGz1in8XUTtTh80B10tWpMmXM7 f+mpHDacRS4QJXdmVrd2Fk82MDP9fRnWlxXSEvJGrzPKKjLfvM+O4mcazftokkoDStxN iprA== 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; bh=UtYlHqkZxPk0EXsK6UHv2dSe72cF7lW9mUrocgAQozM=; b=NiHHNjPZKoa4zxsORhEZLEB9CGyMCbwuo5P9TwvIBl5N0TKTWFvMQIbZIHpwDHDD9P ucKUyuCBnstPpJoO3+xZwQOoRp/v4EBdZhgsbnDQuLY1/1Y8VTBODPrxcmmuAnQ3tEcs Ov6xLy9wH5GY5+JITQFZyYKm12DNXNLQ4+P473qamIdog2auxNbQQCj1rp3QnKcMRhRT 89l7R/uSTt6TmqlvYRodaR5ERS9Wwxun0r81vuh8SNvHn7wPLXg1sOViQLvCzqlQHITq HB5AkHoDjrjpWyqmDccRSY/3BGOIzBeRsjNi/ckYpsaVA357lQEsJPBIOrlrBdhuYcAR rYPg== X-Gm-Message-State: ALoCoQmMjuml3tL0ZNN4TsTMqWKnhdrJGrtDwtViiKcZYrXfXPR8HVfzImNTUVZKbb5/sLx2j4sm X-Received: by 10.68.132.71 with SMTP id os7mr3364120pbb.125.1446659766738; Wed, 04 Nov 2015 09:56:06 -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 jt1sm3187852pbc.83.2015.11.04.09.56.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Nov 2015 09:56:06 -0800 (PST) From: Yang Shi To: catalin.marinas@arm.com, will.deacon@arm.com Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org, yang.shi@linaro.org Subject: [PATCH] arm64: remove redundant FRAME_POINTER kconfig option Date: Wed, 4 Nov 2015 09:37:51 -0800 Message-Id: <1446658671-16238-1-git-send-email-yang.shi@linaro.org> X-Mailer: git-send-email 2.0.2 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/arm64/Kconfig.debug. Signed-off-by: Yang Shi --- arch/arm64/Kconfig.debug | 4 ---- 1 file changed, 4 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/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index d6285ef..915dea7 100644 --- a/arch/arm64/Kconfig.debug +++ b/arch/arm64/Kconfig.debug @@ -2,10 +2,6 @@ menu "Kernel hacking" source "lib/Kconfig.debug" -config FRAME_POINTER - bool - default y - config ARM64_PTDUMP bool "Export kernel pagetable layout to userspace via debugfs" depends on DEBUG_KERNEL