]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fix i386 memcpy
authorDenis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua>
Sun, 1 May 2005 15:58:48 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:48 +0000 (08:58 -0700)
commitd5b63d78f1e75f6c6f04862dfb2f2a4aeffafd4c
treee208151fd10b19c774ff51478bf3e857b99d63f9
parentd637413f3f05b41f678f8004225b33b62274183f
[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 <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/string.h