[CRYPTO] cipher: Set alignmask for multi-byte loads
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 7 Jan 2006 05:38:15 +0000 (16:38 +1100)
committerDavid 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