Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[linux-2.6-block.git] / include / linux / srcu.h
index 3084f80909cd91bf684dea1c1dcae3fb4f2d2292..4d5ecb222af9e0f83a377b71aa97f520ba8d1aa2 100644 (file)
@@ -33,7 +33,7 @@ struct srcu_struct_array {
 
 struct srcu_struct {
        int completed;
-       struct srcu_struct_array *per_cpu_ref;
+       struct srcu_struct_array __percpu *per_cpu_ref;
        struct mutex mutex;
 #ifdef CONFIG_DEBUG_LOCK_ALLOC
        struct lockdep_map dep_map;