percpu: add __percpu sparse annotations to core kernel subsystems
[deliverable/linux.git] / include / linux / module.h
index 7e74ae0051cc9e734bb6485deb1e79fde077271d..dd618eb026aabc169e6b87b12f11191c27c5b431 100644 (file)
@@ -365,7 +365,7 @@ struct module
 
        struct module_ref {
                int count;
-       } *refptr;
+       } __percpu *refptr;
 #endif
 
 #ifdef CONFIG_CONSTRUCTORS
This page took 0.048387 seconds and 5 git commands to generate.