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:
9aa6ad3
)
[CRYPTO] authenc: Use or instead of max on alignment masks
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 22 Nov 2007 14:46:40 +0000
(22:46 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:28 +0000
(08:16 +1100)
Since alignment masks are always one less than a power of two, we can
use binary or to find their maximum.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found