From patchwork Fri May 19 09:46:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Murzin X-Patchwork-Id: 9736825 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E471D601A1 for ; Fri, 19 May 2017 09:48:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E5A92285EC for ; Fri, 19 May 2017 09:48:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D8DBC288FA; Fri, 19 May 2017 09:48:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5F701285EC for ; Fri, 19 May 2017 09:48:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=xLOHZm6lQfodqjt/nmQ1J3M9l+M8+1qMdHlsAEp5feY=; b=m28gM/N/IE4y5I6aGT7qQ3rfgq JnxWs1fV4fP9k/H2KDm0rBmdJCOr2Adj/g2qPkE1Z8arhhOcgiYp3Cf1OJDo0hLqNqDHJTrOBoxTz K2XrTXnzypex8Pg8Z0Hn5GAwQlmnMwjBFl2JceZBc8krUz+cxKF+d9UzuIahXDwd4jDWspawd+eYN uegERLgIbae4v93XIgo266XLy5s9FhNNWoaa8oH4fPqbCSIJ67P5TUyCULHxf4a8MSC2fvsL19X8q 8RlOBsruqKhQvsz7yV0kAVo/bCTacN7lH532uzyoaGiwV9azfvE0bHql/E4c4Mg+7wBFU4gN9d26Q jDsUW6jw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dBeWc-0005u7-SM; Fri, 19 May 2017 09:48:46 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dBeVh-0004Si-8l for linux-arm-kernel@lists.infradead.org; Fri, 19 May 2017 09:47:52 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 120AB165C; Fri, 19 May 2017 02:47:17 -0700 (PDT) Received: from bc-b2-2-14.euhpc.arm.com. (bc-b2-2-14.euhpc.arm.com [10.6.3.58]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A9C1B3F23B; Fri, 19 May 2017 02:47:15 -0700 (PDT) From: Vladimir Murzin To: linux-arm-kernel@lists.infradead.org Subject: [RFC PATCH v2 5/7] ARM: Kconfig: Kill CONFIG_VECTORS_BASE Date: Fri, 19 May 2017 10:46:44 +0100 Message-Id: <1495187206-14303-6-git-send-email-vladimir.murzin@arm.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1495187206-14303-1-git-send-email-vladimir.murzin@arm.com> References: <1495187206-14303-1-git-send-email-vladimir.murzin@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170519_024749_857325_FE0CE8C3 X-CRM114-Status: UNSURE ( 5.94 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sza@esh.hu, manabian@gmail.com, linux@armlinux.org.uk, stefan@agner.ch, kbuild-all@01.org, u.kleine-koenig@pengutronix.de, alexandre.torgue@st.com MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The last user of CONFIG_VECTORS_BASE has gone, so kill it. Reported-by: Afzal Mohammed Signed-off-by: Vladimir Murzin --- arch/arm/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9eb2529..332b6f2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -236,15 +236,6 @@ config NEED_RET_TO_USER config ARCH_MTD_XIP bool -config VECTORS_BASE - hex - default 0xffff0000 if MMU || CPU_HIGH_VECTOR - default DRAM_BASE if REMAP_VECTORS_TO_RAM - default 0x00000000 - help - The base address of exception vectors. This must be two pages - in size. - config ARM_PATCH_PHYS_VIRT bool "Patch physical to virtual translations at runtime" if EMBEDDED default y