]> git.baikalelectronics.ru Git - kernel.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)
commit92686ad9b67ff456b57978a2b6873eb43c5a634e
treee208151fd10b19c774ff51478bf3e857b99d63f9
parent89bcd6012b0a74b307954b49eb3ef6ea4f7c5c36
[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