]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/percpu_counter.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[karo-tx-linux.git] / include / linux / percpu_counter.h
index 794662b2be5df175e81ad86840ede63bdf244370..c88d67b5939452f6fd7aa6cd28a17d0cf9669166 100644 (file)
@@ -21,7 +21,7 @@ struct percpu_counter {
 #ifdef CONFIG_HOTPLUG_CPU
        struct list_head list;  /* All percpu_counters are on a list */
 #endif
-       s32 *counters;
+       s32 __percpu *counters;
 };
 
 extern int percpu_counter_batch;