Skip to content
Commit 82062c72 authored by Herbert Xu's avatar Herbert Xu
Browse files

[CRYPTO] padlock: Rearrange context structure to reduce code size



i386 assembly has more compact instructions for accessing 7-bit offsets.
So by moving the large members to the end of the structure we can save
quite a bit of code size.  This patch shaves about 10% or 300 bytes off
the padlock-aes file.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6c2bb98b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment