From: Heiko Carstens Date: Tue, 14 Aug 2012 11:20:20 +0000 (+0200) Subject: s390/string: provide asm lib functions for memcpy and memcmp X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~81^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535c611ddd3eb076f96579131e30bc5dd02a3b1c;p=pandora-kernel.git s390/string: provide asm lib functions for memcpy and memcmp Our memcpy and memcmp variants were implemented by calling the corresponding gcc builtin variants. However gcc is free to replace a call to __builtin_memcmp with a call to memcmp which, when called, will result in an endless recursion within memcmp. So let's provide asm variants and also fix the variants that are used for uncompressing the kernel image. In addition remove all other occurences of builtin function calls. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed