diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-18 17:16:06 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-18 17:16:06 -0400 |
commit | 5a476deff3d17093da39c4eccb2692ba714dcb11 (patch) | |
tree | 16f5c745a3c8ac780a218ad3d43e32f33164bcf5 /net | |
parent | dd4efa44ebf2a8a0e5edf60a53eadec981b4b10a (diff) | |
parent | 39ca371c45b04cd50d0974030ae051906fc516b6 (diff) |
Merge branch 'master'
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/netfilter/ip6_tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6_tables.c b/net/ipv6/netfilter/ip6_tables.c index b03e90649eb5..21deec25a12b 100644 --- a/net/ipv6/netfilter/ip6_tables.c +++ b/net/ipv6/netfilter/ip6_tables.c | |||
@@ -975,7 +975,6 @@ replace_table(struct ip6t_table *table, | |||
975 | struct ip6t_entry *table_base; | 975 | struct ip6t_entry *table_base; |
976 | unsigned int i; | 976 | unsigned int i; |
977 | 977 | ||
978 | for (i = 0; i < num_possible_cpus(); i++) { | ||
979 | for_each_cpu(i) { | 978 | for_each_cpu(i) { |
980 | table_base = | 979 | table_base = |
981 | (void *)newinfo->entries | 980 | (void *)newinfo->entries |