David S. Miller wrote:
> > These items are specifically placed into the data section, not the
> > BSS, because these alignment games are not possible in the BSS.
>
> That would mean the BSS needs support alignment games.
>
> The problem is it doesn't work, please go try it.
> So until it does work, I am going to revert this change.
Put __attribute__ ((section (".data"))) into __tcp_clean_cacheline_pad
and it should do what you want.
Heck, section ".bss" might give you the alignment without the allocation
but I'm not as confident about that.
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Oct 07 2000 - 21:00:18 EST