aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorMichael Holzheu <[email protected]>2007-10-12 16:11:44 +0200
committerMartin Schwidefsky <[email protected]>2007-10-12 16:13:09 +0200
commit53a0868cb4d77dcba8e95e1033361ffdb6e510e2 (patch)
treeba104b7f4dd00a2713dc9acff360cb7013060cfd /scripts/patch-kernel
parentcebe0fe70fbf033a1a6b7c5c8b79eb13060a4ab7 (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 <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions