commit | e0a53e70e8d519579d92c150606ece22333645cb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Tue Nov 29 03:29:38 2011 -0500 |
committer | Nicholas Bellinger <[email protected]> | Wed Dec 14 11:28:13 2011 +0000 |
tree | 7f28469be2885fd7979ec584dcc65b3b35748871 | |
parent | 2e88efd3aaafa0df05593cdfa5fd17afe922781d [diff] |
target: remove overagressive ____cacheline_aligned annoations If we want dynamically allocated objects to be cacheline aligned we need to tell that to the slab allocator by using the proper flags and not by liberally sprinkling annotations onto all structures. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Nicholas Bellinger <[email protected]>