From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Date: Wed, 23 May 2012 08:15:42 -0700 > Btw, the x86 version these days actually zeroes the last bytes of the > word-at-a-time copy. I noticed, and that was the bug in the version I posted. I decided in the end to not do what x86 does because there's no cheap way to do it on big-endian. I simply moved the 'dst' store before the has_zero() test. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html