From: Heiko Carstens Date: Tue, 5 Feb 2008 15:50:38 +0000 (+0100) Subject: [S390] Fix linker script. X-Git-Tag: v2.6.25-rc1~786^2~12 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=a817a61f85c75181bde6c3d83ae11a24b089dd6a;p=safe%2Fjmp%2Flinux-2.6 [S390] Fix linker script. Fixes this warning: vmlinux: warning: allocated section `.text' not in segment Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S index 7d43c3c..b460715 100644 --- a/arch/s390/kernel/vmlinux.lds.S +++ b/arch/s390/kernel/vmlinux.lds.S @@ -35,7 +35,7 @@ SECTIONS KPROBES_TEXT *(.fixup) *(.gnu.warning) - } = 0x0700 + } :text = 0x0700 _etext = .; /* End of text section */