locking, percpu_counter: Annotate ::lock as raw
[deliverable/linux.git] / include / linux / percpu_counter.h
index 5edc9014263aca9e10cfda70dc4c5e3e8a94f8bb..b9df9ed1adc0620f59feb402278d727fcfd8b426 100644 (file)
@@ -16,7 +16,7 @@
 #ifdef CONFIG_SMP
 
 struct percpu_counter {
-       spinlock_t lock;
+       raw_spinlock_t lock;
        s64 count;
 #ifdef CONFIG_HOTPLUG_CPU
        struct list_head list;  /* All percpu_counters are on a list */
This page took 0.025116 seconds and 5 git commands to generate.