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 /init/Kconfig | |
parent | d2ffb0103aaefa9b169da042cf39ce27bfb6cdbb (diff) | |
download | op-kernel-dev-b5d5cf2b8a68618a8ec646cab5746e2f539dc244.zip op-kernel-dev-b5d5cf2b8a68618a8ec646cab5746e2f539dc244.tar.gz |
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 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig index cac3f09..cc20d7a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -2108,12 +2108,6 @@ config PADATA depends on SMP bool -# Can be selected by architectures with broken toolchains -# that get confused by correct const<->read_only section -# mappings -config BROKEN_RODATA - bool - config ASN1 tristate help |