From 631e573f848e1636159513611d907ade74c0569d Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Sun, 24 Nov 2024 00:23:39 +0100 Subject: [PATCH] Revert "s390/vmlinux.lds.S: Move ro_after_init section behind rodata section" This reverts commit 4c852d5c4ede139b7ae748df183dc078e9b514d2. --- arch/s390/kernel/vmlinux.lds.S | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S index c4bf95371..1c65c38ec 100755 --- a/arch/s390/kernel/vmlinux.lds.S +++ b/arch/s390/kernel/vmlinux.lds.S @@ -69,15 +69,6 @@ SECTIONS . = ALIGN(PAGE_SIZE); __end_ro_after_init = .; - .data.rel.ro : { - *(.data.rel.ro .data.rel.ro.*) - } - .got : { - __got_start = .; - *(.got) - __got_end = .; - } - RW_DATA(0x100, PAGE_SIZE, THREAD_SIZE) BOOT_DATA_PRESERVED