summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6_tables.c
diff options
context:
space:
mode:
authorPatrick McHardy2007-12-18 06:52:52 +0100
committerDavid S. Miller2008-01-28 23:58:41 +0100
commitda4d0f6b3d3c7bcd00e097d48416e0a1dfde2a0f (patch)
tree17882ea11f27f6e5ff1305aa36613258713cb24b /net/ipv6/netfilter/ip6_tables.c
parent[NETFILTER]: ip6_tables: fix stack leagage (diff)
downloadkernel-qcow2-linux-da4d0f6b3d3c7bcd00e097d48416e0a1dfde2a0f.tar.gz
kernel-qcow2-linux-da4d0f6b3d3c7bcd00e097d48416e0a1dfde2a0f.tar.xz
kernel-qcow2-linux-da4d0f6b3d3c7bcd00e097d48416e0a1dfde2a0f.zip
[NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters()
Use raw_smp_processor_id() in do_add_counters() as in ip_tables.c. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/netfilter/ip6_tables.c')
-rw-r--r--net/ipv6/netfilter/ip6_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6_tables.c b/net/ipv6/netfilter/ip6_tables.c
index fc4c62fddfe7..d910d56d22da 100644
--- a/net/ipv6/netfilter/ip6_tables.c
+++ b/net/ipv6/netfilter/ip6_tables.c
@@ -1420,7 +1420,7 @@ do_add_counters(void __user *user, unsigned int len, int compat)
i = 0;
/* Choose the copy that is on our node */
- loc_cpu_entry = private->entries[smp_processor_id()];
+ loc_cpu_entry = private->entries[raw_smp_processor_id()];
IP6T_ENTRY_ITERATE(loc_cpu_entry,
private->size,
add_counter_to_entry,