aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/vmlinux.lds.S')
-rw-r--r--arch/s390/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S
index df0c16ab8e92..af9e69a03011 100644
--- a/arch/s390/kernel/vmlinux.lds.S
+++ b/arch/s390/kernel/vmlinux.lds.S
@@ -118,7 +118,7 @@ SECTIONS
118 118
119 /* Sections to be discarded */ 119 /* Sections to be discarded */
120 /DISCARD/ : { 120 /DISCARD/ : {
121 *(.exitcall.exit) 121 *(.exit.text) *(.exit.data) *(.exitcall.exit)
122 } 122 }
123 123
124 /* Stabs debugging sections. */ 124 /* Stabs debugging sections. */