From: Michael Holzheu Date: Fri, 12 Oct 2007 14:11:44 +0000 (+0200) Subject: [S390] zcore: fix inline assembly in memcpy_real() X-Git-Tag: v2.6.24-rc1~1415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a0868cb4d77dcba8e95e1033361ffdb6e510e2;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed