summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-31 13:50:32 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-31 13:50:32 +0000
commitf789e68d8b0e2f7c76033717dc45764af9dc6163 (patch)
tree2d485c453ec4f44bc4fd36248cf0d2c65717fd27 /target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch
parent3cfddf76d218c833642dc9da4eadb6389f90805e (diff)
[ixp4xx] remove support for older kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch b/target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch
deleted file mode 100644
index 5aac26ee8..000000000
--- a/target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/net/core/skbuff.c
-+++ b/net/core/skbuff.c
-@@ -260,6 +260,10 @@ struct sk_buff *__alloc_skb(unsigned int
- if (!skb)
- goto out;
-
-+#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);