diff options
Diffstat (limited to 'kernel/perf_counter.c')
-rw-r--r-- | kernel/perf_counter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c index 59c52f9ee431..539fa8283a06 100644 --- a/kernel/perf_counter.c +++ b/kernel/perf_counter.c | |||
@@ -25,7 +25,7 @@ | |||
25 | */ | 25 | */ |
26 | DEFINE_PER_CPU(struct perf_cpu_context, perf_cpu_context); | 26 | DEFINE_PER_CPU(struct perf_cpu_context, perf_cpu_context); |
27 | 27 | ||
28 | int perf_max_counters __read_mostly; | 28 | int perf_max_counters __read_mostly = 1; |
29 | static int perf_reserved_percpu __read_mostly; | 29 | static int perf_reserved_percpu __read_mostly; |
30 | static int perf_overcommit __read_mostly = 1; | 30 | static int perf_overcommit __read_mostly = 1; |
31 | 31 | ||