commit | a004fb0c33539ae90f25573505be6a116a76e639 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Fri Oct 12 16:11:46 2007 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Oct 12 16:13:09 2007 +0200 |
tree | 791e4b5904ab1b5273dce3c4625664a411388464 | |
parent | e39394b84156bc0822785e379977fe75a5662aad [diff] |
[S390] cpcmd: fix inline assembly usage. After assigning values to specific registers memset was called. This may clobber the contents of the used registers. To solve this extract the two used inline assemblies into small functions that don't call any functions. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>