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