Re: [PATCH net-next-2.6] net: use this_cpu_ptr()
From: David Miller <davem@davemloft.net>
Date: 2010-06-29 06:37:17
From: David Miller <davem@davemloft.net>
Date: 2010-06-29 06:37:17
From: Eric Dumazet <redacted> Date: Thu, 24 Jun 2010 12:52:37 +0200
use this_cpu_ptr(p) instead of per_cpu_ptr(p, smp_processor_id()) Signed-off-by: Eric Dumazet <redacted>
Applied.