commit | 789ce9dca8007ab5d7c72b9a174a29243817ac32 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Apr 30 14:22:19 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 01 08:57:44 2014 -0700 |
tree | 7b344616a976668594ff6cf56f0de7e3c32ab4eb | |
parent | 98794f932138c81bfaa609fda21ddd7e97227abd [diff] |
word-at-a-time: simplify big-endian zero_bytemask macro This is simpler and cleaner. Depending on architecture, a smart compiler may or may not generate the same code. Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>