Cc: Andrew Morton <akpm@...>, Ingo Molnar <mingo@...>, <linux-kernel@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>, Yinghai Lu <yinghai.lu@...>, Yinghai Lu <yhlu.kernel@...>, <jbarnes@...>
It's probably hard to write a reasonable x86 memcpy() that wouldn't happen
to do the right thing for this case, but I do agee - we should still use
memmove() for this, just to make it clear that it does overlapping things.
Linus
--