diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-09 10:48:44 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-09 10:48:44 +0000 |
commit | a944623daeaf2c138bea5d95e0a4bdd3f2f4a36c (patch) | |
tree | 5d7a57a3c9af4f3eab5e9ad038a840d0b18829a6 /target/linux/ixp4xx/patches-2.6.37/600-skb_avoid_dmabounce.patch | |
parent | 93692ad86e432a0a3f670899306e3340142d1624 (diff) |
ixp4xx: nuke 2.6.37 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31663 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.37/600-skb_avoid_dmabounce.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.37/600-skb_avoid_dmabounce.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.37/600-skb_avoid_dmabounce.patch b/target/linux/ixp4xx/patches-2.6.37/600-skb_avoid_dmabounce.patch deleted file mode 100644 index 5b0e3fdb85..0000000000 --- a/target/linux/ixp4xx/patches-2.6.37/600-skb_avoid_dmabounce.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/net/core/skbuff.c -+++ b/net/core/skbuff.c -@@ -183,6 +183,10 @@ struct sk_buff *__alloc_skb(unsigned int - goto out; - prefetchw(skb); - -+#ifdef CONFIG_ARCH_IXP4XX -+ gfp_mask |= GFP_DMA; -+#endif -+ - size = SKB_DATA_ALIGN(size); - data = kmalloc_node_track_caller(size + sizeof(struct skb_shared_info), - gfp_mask, node); |