]> git.karo-electronics.de Git - linux-beck.git/commit
s390/facilities: use stfl mnemonic instead of insn magic
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 24 Nov 2015 11:18:22 +0000 (12:18 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 18 Dec 2015 13:59:18 +0000 (14:59 +0100)
commit9552a66fe622ed53b87278a90917a37a5245e68a
tree24d6a0db798e352dfc8fafc90e07490af5d2db9c
parent419123f900dac58fb27ce5285b21074f5300095a
s390/facilities: use stfl mnemonic instead of insn magic

Now that 31 bit support is gone, the assembler always knows about the
stfl instruction. Therefore lets use a readable mnemonic.  Also remove
the not needed extable entry for the inline assembly and fix the
output constraint.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/facility.h
arch/s390/kernel/head.S