From: Ma, Ling Date: Mon, 23 Aug 2010 21:11:12 +0000 (-0700) Subject: x86, mem: Don't implement forward memmove() as memcpy() X-Git-Tag: v2.6.37-rc1~204^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf4289679fd41d76553ce224750e9737cd80eea;p=pandora-kernel.git x86, mem: Don't implement forward memmove() as memcpy() memmove() allow source and destination address to be overlap, but there is no such limitation for memcpy(). Therefore, explicitly implement memmove() in both the forwards and backward directions, to give us the ability to optimize memcpy(). Signed-off-by: Ma Ling LKML-Reference: Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed