]> git.karo-electronics.de Git - linux-beck.git/commit
crypto: twofish-avx - remove useless instruction
authorJohannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Thu, 5 Jul 2012 18:43:58 +0000 (20:43 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Jul 2012 03:08:30 +0000 (11:08 +0800)
commita43478863b16cb0986fd2ec9d1f1b9ebaaec5922
treea86e7d5311e123d1687c2241ce73e7616deec652
parente46e9a46386bca8e80a6467b5c643dc494861896
crypto: twofish-avx - remove useless instruction

The register %rdx is written, but never read till the end of the encryption
routine. Therefore let's delete the useless instruction.

Signed-off-by: Johannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/twofish-avx-x86_64-asm_64.S