Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc8f5d21 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

[S390] .align 4096 statements in head.S



SLES9 binutils don't like .align 4096 statements in head.S. Work around this
by using .org statements.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 53ba5e09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ startup_continue:
.Lbss_end:  .long _end
.Lparmaddr: .long PARMAREA
.Lsccbaddr: .long .Lsccb
	.align	4096
	.org	0x12000
.Lsccb:
	.hword	0x1000			# length, one page
	.byte	0x00,0x00,0x00
@@ -290,7 +290,7 @@ startup_continue:
.Lscpincr2:
	.quad	0x00
	.fill	3984,1,0
	.align	4096
	.org	0x13000

#ifdef CONFIG_SHARED_KERNEL
	.org	0x100000
+2 −2
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ startup_continue:
.Lparmaddr:
	.quad	PARMAREA

	.align 4096
	.org	0x12000
.Lsccb:
	.hword 0x1000			# length, one page
	.byte 0x00,0x00,0x00
@@ -285,7 +285,7 @@ startup_continue:
.Lscpincr2:
	.quad 0x00
	.fill 3984,1,0
	.align 4096
	.org	0x13000

#ifdef CONFIG_SHARED_KERNEL
	.org   0x100000