crypto: talitos - align locks on cache lines
authorKim Phillips <kim.phillips@freescale.com>
Thu, 13 Aug 2009 01:50:38 +0000 (11:50 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Aug 2009 01:50:38 +0000 (11:50 +1000)
align channel access locks onto separate cache lines (for performance
reasons).  This is done by placing per-channel variables into their own
private struct, and using the cacheline_aligned attribute within that
struct.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found