From: H. Peter Anvin Date: Mon, 26 May 2008 20:36:53 +0000 (-0700) Subject: x86: string_32.h: workaround for broken gcc 4.0 X-Git-Tag: v2.6.27-rc1~1106^2~251^6~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a20d3ecf5c2a6435df2b756435b1eb1c657d45b;p=pandora-kernel.git x86: string_32.h: workaround for broken gcc 4.0 gcc 4.0 fails to allocate %eax for the pattern operand in the rep store instructions used by memset; force it to do so by declaring a register variable. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed