diff mbox

[RFC,v2,5/7] ARM: Kconfig: Kill CONFIG_VECTORS_BASE

Message ID 1495187206-14303-6-git-send-email-vladimir.murzin@arm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Vladimir Murzin May 19, 2017, 9:46 a.m. UTC
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(-)

Comments

afzal mohammed May 25, 2017, 11:27 a.m. UTC | #1
Hi,

On Fri, May 19, 2017 at 10:46:44AM +0100, Vladimir Murzin wrote:
> The last user of CONFIG_VECTORS_BASE has gone, so kill it.
> 
> Reported-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>

Ending up in this tag has left me scratching my head & amused :),
whether you keep any tag or not for me, i do not have any issues.

Regards
afzal
Vladimir Murzin May 25, 2017, 12:04 p.m. UTC | #2
Hi,

On 25/05/17 12:27, afzal mohammed wrote:
> Hi,
> 
> On Fri, May 19, 2017 at 10:46:44AM +0100, Vladimir Murzin wrote:
>> The last user of CONFIG_VECTORS_BASE has gone, so kill it.
>>
>> Reported-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
> 
> Ending up in this tag has left me scratching my head & amused :),
> whether you keep any tag or not for me, i do not have any issues.

According to [1]:

"This series also does the preparation for CONFIG_VECTORS_BASE removal."

IIRC, that time only thing which stopped you from complete CONFIG_VECTORS_BASE
removal was MPU code, so I don't see a reason not to give you a credit ;)

[1] https://lkml.org/lkml/2017/1/21/251

Cheers
Vladimir

> 
> Regards
> afzal
>
diff mbox

Patch

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