Browse Source

[S390] Fix linker script.

Fixes this warning:
vmlinux: warning: allocated section `.text' not in segment

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 17 năm trước cách đây
mục cha
commit
a817a61f85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      arch/s390/kernel/vmlinux.lds.S

+ 1 - 1
arch/s390/kernel/vmlinux.lds.S

@@ -35,7 +35,7 @@ SECTIONS
 		KPROBES_TEXT
 		*(.fixup)
 		*(.gnu.warning)
-	} = 0x0700
+	} :text = 0x0700
 
 	_etext = .;		/* End of text section */