diff options
author | Helge Deller <deller@gmx.de> | 2016-09-20 17:20:10 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-09-20 18:02:35 +0200 |
commit | b5d5cf2b8a68618a8ec646cab5746e2f539dc244 (patch) | |
tree | 3b7bfba3271e602dd2ac0a431426367cde9d2b82 /arch/parisc | |
parent | d2ffb0103aaefa9b169da042cf39ce27bfb6cdbb (diff) | |
download | linux-b5d5cf2b8a68618a8ec646cab5746e2f539dc244.tar.bz2 |
parisc: Drop BROKEN_RODATA config option
PARISC was the only architecture which selected the BROKEN_RODATA config
option. Drop it and remove the special handling from init.h as well.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index af12c2db9bb8..f8dc10dcf292 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -15,7 +15,6 @@ config PARISC select HAVE_PERF_EVENTS select GENERIC_ATOMIC64 if !64BIT select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE - select BROKEN_RODATA select GENERIC_IRQ_PROBE select GENERIC_PCI_IOMAP select ARCH_HAVE_NMI_SAFE_CMPXCHG |