]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net: use this_cpu_ptr()
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 24 Jun 2010 00:52:37 +0000 (00:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jun 2010 06:24:29 +0000 (23:24 -0700)
commit7a9b2d59507d85569b8a456688ef40cf2ac73e48
tree436533da6f680a0b4b6860e0219a2e594ac16735
parentb6b3ecc71a0664d44ed8d087d583aee98fbf492a
net: use this_cpu_ptr()

use this_cpu_ptr(p) instead of per_cpu_ptr(p, smp_processor_id())

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/flow.c
net/ipv4/ip_input.c
net/ipv4/tcp.c