All of lore.kernel.org
 help / color / mirror / Atom feed
From: vladimir.murzin@arm.com (Vladimir Murzin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 5/8] ARM: Kconfig: Kill CONFIG_VECTORS_BASE
Date: Fri, 21 Jul 2017 14:12:33 +0100	[thread overview]
Message-ID: <1500642756-9264-6-git-send-email-vladimir.murzin@arm.com> (raw)
In-Reply-To: <1500642756-9264-1-git-send-email-vladimir.murzin@arm.com>

The last user of CONFIG_VECTORS_BASE has gone, so kill it.

Reported-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
---
 arch/arm/Kconfig | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 139c638..f3b0c0f 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
-- 
2.0.0

  parent reply	other threads:[~2017-07-21 13:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-21 13:12 [PATCH v2 0/8] ARM: NOMMU: MPU updates Vladimir Murzin
2017-07-21 13:12 ` [PATCH v2 1/8] ARM: NOMMU: Move out MPU setup in separate module Vladimir Murzin
2017-07-21 13:12 ` [PATCH v2 2/8] ARM: NOMMU: Update MPU accessors to use cp15 helpers Vladimir Murzin
2017-07-21 13:12 ` [PATCH v2 3/8] ARM: NOMMU: Rework MPU to be mostly done in C Vladimir Murzin
2017-07-21 13:12 ` [PATCH v2 4/8] ARM: NOMMU: Disallow MPU for XIP Vladimir Murzin
2017-07-21 13:12 ` Vladimir Murzin [this message]
2017-07-21 13:12 ` [PATCH v2 6/8] ARM: V7M: Add support for MPU to M-class Vladimir Murzin
2017-07-21 13:12 ` [PATCH v2 7/8] ARM: NOMMU: Use more MPU regions to cover memory Vladimir Murzin
2017-07-21 13:12 ` [PATCH v2 8/8] ARM: NOMMU: Support MPU in XIP configuration Vladimir Murzin
2017-09-01 13:45 ` [PATCH v2 0/8] ARM: NOMMU: MPU updates Alexandre Torgue
2017-09-01 14:17   ` Vladimir Murzin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500642756-9264-6-git-send-email-vladimir.murzin@arm.com \
    --to=vladimir.murzin@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.