diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2010-01-31 13:50:32 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2010-01-31 13:50:32 +0000 |
| commit | 233e446804e813d760fd6b542adbe7e1b2a356e2 (patch) | |
| tree | 7a3ca4dcd99935a5ccec037a972f8f7b20b7200c /target/linux/ixp4xx/patches-2.6.30/600-dma_performance.patch | |
| parent | 5f5cabd6d6174d6cf9931033e534030c97f37dba (diff) | |
| download | mtk-20170518-233e446804e813d760fd6b542adbe7e1b2a356e2.zip mtk-20170518-233e446804e813d760fd6b542adbe7e1b2a356e2.tar.gz mtk-20170518-233e446804e813d760fd6b542adbe7e1b2a356e2.tar.bz2 | |
remove support for older kernels
SVN-Revision: 19450
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.patch | 13 |
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 5aac26e..0000000 --- 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); |
