[PATCH] Always put cache aligned code in own section, even for modules
We put ____cacheline_aligned things in their own section, simply because we waste less space that way. Otherwise we end up padding innocent variables to the next cacheline to get the required alignment. There's no reason not to do this in modules, too.
Showing
Please register or sign in to comment