Commit 56280b1b authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

s390/linker script: use RO_DATA_SECTION

Use RO_DATA_SECTION instead of RODATA like several other archs do already.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 3193a98d
......@@ -45,7 +45,7 @@ SECTIONS
.dummy : { *(.dummy) } :data
RODATA
RO_DATA_SECTION(PAGE_SIZE)
#ifdef CONFIG_SHARED_KERNEL
. = ALIGN(0x100000); /* VM shared segments are 1MB aligned */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment