1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 12:06:49 +03:00
openwrt-xburst/target/linux/orion/patches/300-skb_cb_align.patch
thepeople f286b80a74 Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs
on LinkSys WRT350Nv2.

Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings
<info@upexia.nl>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:41:52 +00:00

12 lines
372 B
Diff

--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -332,7 +332,7 @@ struct sk_buff {
* 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