aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-25 08:57:37 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-25 08:57:37 +0000
commit9bfd655af3f19baf1bdc79da02b2b3f4ea549a5e (patch)
tree61cab12c95e28a1d0e149606544be9ba31d2d605 /target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
parent23c966a388cf47306480358f4812d163dea22d91 (diff)
downloadupstream-9bfd655af3f19baf1bdc79da02b2b3f4ea549a5e.tar.gz
upstream-9bfd655af3f19baf1bdc79da02b2b3f4ea549a5e.tar.bz2
upstream-9bfd655af3f19baf1bdc79da02b2b3f4ea549a5e.zip
drop 2.6.32 support (next target is 2.6.38)
SVN-Revision: 25096
Diffstat (limited to 'target/linux/orion/patches-2.6.32/300-skb_cb_align.patch')
-rw-r--r--target/linux/orion/patches-2.6.32/300-skb_cb_align.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch b/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
deleted file mode 100644
index 3fefa4de39..0000000000
--- a/target/linux/orion/patches-2.6.32/300-skb_cb_align.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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