From patchwork Mon Sep 25 09:05:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Murzin X-Patchwork-Id: 9969491 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 2082160365 for ; Mon, 25 Sep 2017 09:09:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1980028AEA for ; Mon, 25 Sep 2017 09:09:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0E55728B30; Mon, 25 Sep 2017 09:09:35 +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=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED 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 AA05B28B87 for ; Mon, 25 Sep 2017 09:09:32 +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=seF3vM/0XQi5clnGU5bNaXx9Wrk7QBkKE/UMtOOg+FY=; b=OlGaGGTpZ0+MZwLCpLf/uKqpky qLzMAzf+0FCQH6KFkLz6ix3E5N/1J3zZMwTOiHJwiFATs22FEC51V0Mv5Cm1wj3cwMhOUUrbWX6Cw VJWNjSncpTdSE+CWQNqtiV3gdULD1AGe0Le+oBzKiB5rI+gqxEWyhtGTg0vta7pd6591aTluG46kE ycgXM1A5z68ErCS49K2pzXSipbRXQBimGH6ZwSXYPoWxeC2TlWgGl+dBrAGoNhmIK+WRpSMi128hl 4FyZ4/XiK1JW+76fmoLzfisoNxOSz5CA9pnXKvWtjhdB+Aq9rhtWPydyB0moR6wUsrqnsyBNlQNtb 8gU13hYA==; 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 1dwPNM-0003F9-Ki; Mon, 25 Sep 2017 09:08:28 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dwPLi-0001XQ-Iq for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2017 09:06:51 +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 C97721713; Mon, 25 Sep 2017 02:06:13 -0700 (PDT) Received: from bc-c11-3-12.euhpc.arm.com. (bc-c11-3-12.euhpc.arm.com [10.6.2.250]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 4754C3F3E1; Mon, 25 Sep 2017 02:06:12 -0700 (PDT) From: Vladimir Murzin To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v3 5/8] ARM: Kconfig: Kill CONFIG_VECTORS_BASE Date: Mon, 25 Sep 2017 10:05:41 +0100 Message-Id: <1506330344-31556-6-git-send-email-vladimir.murzin@arm.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1506330344-31556-1-git-send-email-vladimir.murzin@arm.com> References: <1506330344-31556-1-git-send-email-vladimir.murzin@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170925_020647_618413_4811DF15 X-CRM114-Status: UNSURE ( 6.01 ) 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: alexandre.torgue@st.com, manabian@gmail.com, linux@armlinux.org.uk, stefan@agner.ch, kbuild-all@01.org, u.kleine-koenig@pengutronix.de, sza@esh.hu 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 7888c98..550b5ab 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -239,15 +239,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