| | Subject | Re: [RFC PATCH 5/6] implement per-cpu&per-domain state machine call_srcu() | | From | Peter Zijlstra <> | | Date | Tue, 06 Mar 2012 12:39:07 +0100 |
| |
On Tue, 2012-03-06 at 17:57 +0800, Lai Jiangshan wrote: > + int cpu = get_cpu(); > + struct srcu_cpu_struct *scp = per_cpu_ptr(sp->srcu_per_cpu, cpu)
They invented get_cpu_ptr() for that..
|