commit | 1375fc1fb0434a26f93c59b1b9f3fdb8bf90bba5 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Sep 20 15:59:12 2006 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Sep 20 15:59:12 2006 +0200 |
tree | ea38ce53e9cc74b73fc3171f55a67437e9b29eb2 | |
parent | 0fee644ada12c524abbf723132fbea6a082ecfc2 [diff] |
[S390] __exit cleanup. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S index df0c16a..af9e69a 100644 --- a/arch/s390/kernel/vmlinux.lds.S +++ b/arch/s390/kernel/vmlinux.lds.S
@@ -118,7 +118,7 @@ /* Sections to be discarded */ /DISCARD/ : { - *(.exitcall.exit) + *(.exit.text) *(.exit.data) *(.exitcall.exit) } /* Stabs debugging sections. */