From: Herbert Xu Date: Tue, 16 May 2006 12:20:34 +0000 (+1000) Subject: [CRYPTO] padlock: Rearrange context structure to reduce code size X-Git-Tag: v2.6.18-rc1~603^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82062c72cd643c99a9e1c231270acbab986fd23f;p=pandora-kernel.git [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: Herbert Xu --- Reading git-diff-tree failed