3fefa4de397f41d98656cdc90ab41d8cbcedf7b8
[openwrt/openwrt.git] / target / linux / orion / patches-2.6.32 / 300-skb_cb_align.patch
1 --- a/include/linux/skbuff.h
2 +++ b/include/linux/skbuff.h
3 @@ -332,7 +332,7 @@ struct sk_buff {
4 * want to keep them across layers you have to do a skb_clone()
5 * first. This is owned by whoever has the skb queued ATM.
6 */
7 - char cb[48];
8 + char cb[48] __attribute__((aligned(8)));
9 #if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)
10 void *cb_next;
11 #endif