mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>