From: Kim Phillips Date: Thu, 13 Aug 2009 01:50:38 +0000 (+1000) Subject: crypto: talitos - align locks on cache lines X-Git-Tag: v2.6.32-rc1~731^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b992628812137e30cda3510510cf3c052345b30;p=pandora-kernel.git 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 --- Reading git-diff-tree failed