From: Andrew Morton Date: Sat, 15 Oct 2005 23:15:38 +0000 (-0700) Subject: [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled. X-Git-Tag: v2.6.14-rc5~41 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e6850cce8f0fcb0e16b981f13cb9c69618bbdaf1;p=~shefty%2Frdma-dev.git [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled. Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- diff --git a/net/ipv6/netfilter/ip6_tables.c b/net/ipv6/netfilter/ip6_tables.c index b03e90649eb..21deec25a12 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, struct ip6t_entry *table_base; unsigned int i; - for (i = 0; i < num_possible_cpus(); i++) { for_each_cpu(i) { table_base = (void *)newinfo->entries