0c3e1b7ed51a5b250d9c44213b3ecb parent e41256f139b9148cfa12d2d057fec39e3d181ff0 author Kim Phillips 1250128238 +1000 committer Herbert Xu 1250128238 +1000 crypto: talitos - align locks on cache lines 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 Signed-off-by: Herbert Xu