percpu: add __percpu sparse annotations to core kernel subsystems
[deliverable/linux.git] / include / linux / srcu.h
index 4765d97dcafb98a5e8fde93684f9293c08d88804..41eedccc962c6a020db109e2b5b9310ee4560315 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;
 };
 
This page took 0.055452 seconds and 5 git commands to generate.