Skip to content

Commit

Permalink
s390/linker script: use RO_DATA_SECTION
Browse files Browse the repository at this point in the history
Use RO_DATA_SECTION instead of RODATA like several other archs do already.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jul 26, 2012
1 parent 3193a98 commit 56280b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 56280b1

Please sign in to comment.