s390: add missing ENDPROC statements to assembler functions
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 17 Jan 2019 09:02:22 +0000 (10:02 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 2 May 2019 11:54:11 +0000 (13:54 +0200)
commit26a374ae7af8d7003ad28a962fba0141e68af5da
tree3e7b5d774ef0e54b88aed453bf4b0c2ad2e85ec2
parent7a5da02de8d6eafba99556f8c98e5313edebb449
s390: add missing ENDPROC statements to assembler functions

The assembler code in arch/s390 misses proper ENDPROC statements
to properly end functions in a few places. Add them.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/text_dma.S
arch/s390/crypto/crc32be-vx.S
arch/s390/crypto/crc32le-vx.S
arch/s390/kernel/base.S
arch/s390/kernel/entry.S
arch/s390/kernel/mcount.S
arch/s390/kernel/reipl.S
arch/s390/kernel/relocate_kernel.S
arch/s390/kernel/swsusp.S
arch/s390/lib/mem.S