From: Denis Vlasenko Date: Sun, 1 May 2005 15:58:48 +0000 (-0700) Subject: [PATCH] fix i386 memcpy X-Git-Tag: v2.6.12-rc4~136^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b63d78f1e75f6c6f04862dfb2f2a4aeffafd4c;p=pandora-kernel.git [PATCH] fix i386 memcpy This patch shortens non-constant memcpy() by two bytes and fixes spurious out-of-line constant memcpy(). # size vmlinux.org vmlinux text data bss dec hex filename 3954591 1553426 236544 5744561 57a7b1 vmlinux.org 3952615 1553426 236544 5742585 579ff9 vmlinux Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed