git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e46e9a4
)
crypto: twofish-avx - remove useless instruction
author
Johannes Goetzfried
<Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Thu, 5 Jul 2012 18:43:58 +0000
(20:43 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 11 Jul 2012 03:08:30 +0000
(11:08 +0800)
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>
No differences found