From: Herbert Xu Date: Thu, 1 Jun 2006 22:42:25 +0000 (+1000) Subject: [CRYPTO] aes: Add wrappers for assembly routines X-Git-Tag: v2.6.18-rc1~603^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90b1a2be6010acf01673b0625cfbf18240f7744;p=pandora-kernel.git [CRYPTO] aes: Add wrappers for assembly routines The wrapper routines are required when asmlinkage differs from the usual calling convention. So we need to have them. However, by rearranging the parameters, they will get optimised away to a single jump for most people. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed