2010-01-30 06:15:44 +08:00
|
|
|
--- a/include/linux/skbuff.h
|
|
|
|
+++ b/include/linux/skbuff.h
|
2010-03-14 09:41:52 +08:00
|
|
|
@@ -332,7 +332,7 @@ struct sk_buff {
|
2010-01-30 06:15:44 +08:00
|
|
|
* want to keep them across layers you have to do a skb_clone()
|
|
|
|
* first. This is owned by whoever has the skb queued ATM.
|
|
|
|
*/
|
|
|
|
- char cb[48];
|
|
|
|
+ char cb[48] __attribute__((aligned(8)));
|
|
|
|
#if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE)
|
|
|
|
void *cb_next;
|
|
|
|
#endif
|