diff options
author | Helge Deller <deller@gmx.de> | 2016-09-20 11:20:10 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-09-20 12:02:35 -0400 |
commit | b5d5cf2b8a68618a8ec646cab5746e2f539dc244 (patch) | |
tree | 3b7bfba3271e602dd2ac0a431426367cde9d2b82 /arch/parisc | |
parent | d2ffb0103aaefa9b169da042cf39ce27bfb6cdbb (diff) |
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 | |||
15 | select HAVE_PERF_EVENTS | 15 | select HAVE_PERF_EVENTS |
16 | select GENERIC_ATOMIC64 if !64BIT | 16 | select GENERIC_ATOMIC64 if !64BIT |
17 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | 17 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |
18 | select BROKEN_RODATA | ||
19 | select GENERIC_IRQ_PROBE | 18 | select GENERIC_IRQ_PROBE |
20 | select GENERIC_PCI_IOMAP | 19 | select GENERIC_PCI_IOMAP |
21 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 20 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |