s390/sclp: convert early sclp console code to C
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 8 Jul 2015 08:20:04 +0000 (10:20 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 29 Jul 2015 07:11:39 +0000 (09:11 +0200)
commit22362a0e23182d230527a5add690b4027860d7d3
treefbdd8176032b6351e78d0a02525459a9e9ec4f34
parent1d2334cb7da37e4b0005ca1d194d4e10ca7119f4
s390/sclp: convert early sclp console code to C

The 31-bit assembler code for the early sclp console is error
prone as git commit fde24b54d976cc123506695c17db01438a11b673
"s390/sclp: clear upper register halves in _sclp_print_early"
has shown.

Convert the assembler code to C.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Makefile
arch/s390/include/asm/processor.h
arch/s390/include/asm/sclp.h
arch/s390/kernel/Makefile
arch/s390/kernel/head.S
arch/s390/kernel/sclp.S [deleted file]
arch/s390/kernel/sclp.c [new file with mode: 0644]
This page took 0.027105 seconds and 5 git commands to generate.