commit | 53a0868cb4d77dcba8e95e1033361ffdb6e510e2 | [log] [tgz] |
---|---|---|
author | Michael Holzheu <holzheu@de.ibm.com> | Fri Oct 12 16:11:44 2007 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Oct 12 16:13:09 2007 +0200 |
tree | ba104b7f4dd00a2713dc9acff360cb7013060cfd | |
parent | cebe0fe70fbf033a1a6b7c5c8b79eb13060a4ab7 [diff] |
[S390] zcore: fix inline assembly in memcpy_real() memcpy_real uses the mvcle instruction. This instruction alters all used registers (source, destination and 2 x count). Therefore we have to flag those registers as input/output registers (+d). In addition to that, we have to specify, that we read from memory designated by "src" and write to memory designated by "dest". Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>