diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index d5f84bd5a455..4e6ddfbab09e 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -2962,7 +2962,7 @@ struct tcp_md5sig_pool *tcp_get_md5sig_pool(void) | |||
2962 | spin_unlock(&tcp_md5sig_pool_lock); | 2962 | spin_unlock(&tcp_md5sig_pool_lock); |
2963 | 2963 | ||
2964 | if (p) | 2964 | if (p) |
2965 | return *per_cpu_ptr(p, smp_processor_id()); | 2965 | return *this_cpu_ptr(p); |
2966 | 2966 | ||
2967 | local_bh_enable(); | 2967 | local_bh_enable(); |
2968 | return NULL; | 2968 | return NULL; |