diff options
-rw-r--r-- | include/linux/percpu_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/percpu_counter.h b/include/linux/percpu_counter.h index b9df9ed1adc0..d5dd4657c8d6 100644 --- a/include/linux/percpu_counter.h +++ b/include/linux/percpu_counter.h | |||
@@ -83,7 +83,7 @@ static inline int percpu_counter_initialized(struct percpu_counter *fbc) | |||
83 | return (fbc->counters != NULL); | 83 | return (fbc->counters != NULL); |
84 | } | 84 | } |
85 | 85 | ||
86 | #else | 86 | #else /* !CONFIG_SMP */ |
87 | 87 | ||
88 | struct percpu_counter { | 88 | struct percpu_counter { |
89 | s64 count; | 89 | s64 count; |