2.6.14-rc4-git3: compilation fix

From: Rafael J. Wysocki
Date: Sat Oct 15 2005 - 05:13:48 EST


Hi,

2.6.14-rc4-git3 does not compile for me without the appended patch.

Greetings,
Rafael


Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx>

Index: linux-2.6.14-rc4-git3/net/ipv6/netfilter/ip6_tables.c
===================================================================
--- linux-2.6.14-rc4-git3.orig/net/ipv6/netfilter/ip6_tables.c 2005-10-15 11:29:54.000000000 +0200
+++ linux-2.6.14-rc4-git3/net/ipv6/netfilter/ip6_tables.c 2005-10-15 11:57:39.000000000 +0200
@@ -975,7 +975,6 @@
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/