summaryrefslogtreecommitdiff
path: root/obsolete-buildroot/sources/openwrt/kernel/patches/170-ip6tables-alignment.patch
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-09-19 08:02:23 +0000
committerMike Baker <mbm@openwrt.org>2004-09-19 08:02:23 +0000
commitd4da042e4b7b850fc49c272ab5441c0ba3b82eb6 (patch)
tree37f78b4a1c88fd7d6aa61cede6687e485e5357ae /obsolete-buildroot/sources/openwrt/kernel/patches/170-ip6tables-alignment.patch
parent315a2bb36178b50dbbaf54e7710135401d1cb8eb (diff)
downloadmtk-20170518-d4da042e4b7b850fc49c272ab5441c0ba3b82eb6.zip
mtk-20170518-d4da042e4b7b850fc49c272ab5441c0ba3b82eb6.tar.gz
mtk-20170518-d4da042e4b7b850fc49c272ab5441c0ba3b82eb6.tar.bz2
alignment patch nolonger needed, ebtables patch altered
SVN-Revision: 166
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/kernel/patches/170-ip6tables-alignment.patch')
-rw-r--r--obsolete-buildroot/sources/openwrt/kernel/patches/170-ip6tables-alignment.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/obsolete-buildroot/sources/openwrt/kernel/patches/170-ip6tables-alignment.patch b/obsolete-buildroot/sources/openwrt/kernel/patches/170-ip6tables-alignment.patch
deleted file mode 100644
index d544f19..0000000
--- a/obsolete-buildroot/sources/openwrt/kernel/patches/170-ip6tables-alignment.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur linux/net/ipv6/netfilter/ip6_tables.c linux.fixed/net/ipv6/netfilter/ip6_tables.c
---- linux/net/ipv6/netfilter/ip6_tables.c Sat Aug 3 02:39:46 2002
-+++ linux.fixed/net/ipv6/netfilter/ip6_tables.c Thu Sep 26 17:12:07 2002
-@@ -98,10 +98,8 @@
- unsigned int hook_entry[NF_IP6_NUMHOOKS];
- unsigned int underflow[NF_IP6_NUMHOOKS];
-
-- char padding[SMP_ALIGN((NF_IP6_NUMHOOKS*2+2)*sizeof(unsigned int))];
--
- /* ip6t_entry tables: one per CPU */
-- char entries[0];
-+ char entries[0] ____cacheline_aligned;
- };
-
- static LIST_HEAD(ip6t_target);
-@@ -1425,7 +1423,7 @@
- int ret;
- struct ip6t_table_info *newinfo;
- static struct ip6t_table_info bootstrap
-- = { 0, 0, 0, { 0 }, { 0 }, { }, { } };
-+ = { 0, 0, 0, { 0 }, { 0 }, { } };
-
- MOD_INC_USE_COUNT;
- newinfo = vmalloc(sizeof(struct ip6t_table_info)