commit | d5b63d78f1e75f6c6f04862dfb2f2a4aeffafd4c | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua> | Sun May 01 08:58:48 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun May 01 08:58:48 2005 -0700 |
tree | e208151fd10b19c774ff51478bf3e857b99d63f9 | |
parent | d637413f3f05b41f678f8004225b33b62274183f [diff] |
[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>