git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7302533
)
[CRYPTO] cipher: Set alignmask for multi-byte loads
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 7 Jan 2006 05:38:15 +0000
(16:38 +1100)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:16:00 +0000
(14:16 -0800)
Many cipher implementations use 4-byte/8-byte loads/stores which require
alignment on some architectures. This patch explicitly sets the alignment
requirements for them.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found