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

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

[S390] Whitespace cleanup.



Huge s390 assembly files whitespace cleanup.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 52149ba6
Loading
Loading
Loading
Loading
+234 −235
Original line number Diff line number Diff line
@@ -426,7 +426,6 @@ sys_sigaltstack_glue:
	l	%r1,BASED(.Lsigaltstack)
	br	%r1			# branch to sys_sigreturn


/*
 * Program check handler routine
 */
+221 −222
Original line number Diff line number Diff line
@@ -326,7 +326,6 @@ sysc_singlestep:
	larl	%r14,sysc_return	# load adr. of system return
	jg	do_single_step		# branch to do_sigtrap


#
# call syscall_trace before and after system call
# special linkage: %r12 contains the return address for trace_svc
+312 −312
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ iplstart:
	l	%r2,.Linitrd		# addr of ramdisk
	st	%r2,INITRD_START+ARCH_OFFSET-PARMAREA(%r12)
	bas	%r14,.Lloader		# load ramdisk
 	st    %r2,INITRD_SIZE+ARCH_OFFSET-PARMAREA(%r12) # store size of ramdisk
	st	%r2,INITRD_SIZE+ARCH_OFFSET-PARMAREA(%r12) # store size of rd
	ltr	%r2,%r2
	bnz	.Lrdcont
	st	%r2,INITRD_START+ARCH_OFFSET-PARMAREA(%r12) # no ramdisk found
+216 −216
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ _stext: basr %r13,0 # get base
	oi	4(%r15),0x10		# switch on low address proctection
	lctlg	%c0,%c15,0(%r15)

        lam    0,15,.Laregs-.LPG3(%r13) # load access regs needed by uaccess
	lam	0,15,.Laregs-.LPG3(%r13)	# load acrs needed by uaccess
	brasl	%r14,start_kernel	# go to C code
#
# We returned from start_kernel ?!? PANIK
+36 −39
Original line number Diff line number Diff line
@@ -92,6 +92,3 @@ do_reipl_asm: basr %r13,0
		.long	0x00000000,0x00000000
		.long	0x00000000,0x00000000
		.long	0x00000000,0x00000000
	

	
Loading