aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/perf_counter.c')
-rw-r--r--kernel/perf_counter.c2
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 */
26DEFINE_PER_CPU(struct perf_cpu_context, perf_cpu_context); 26DEFINE_PER_CPU(struct perf_cpu_context, perf_cpu_context);
27 27
28int perf_max_counters __read_mostly; 28int perf_max_counters __read_mostly = 1;
29static int perf_reserved_percpu __read_mostly; 29static int perf_reserved_percpu __read_mostly;
30static int perf_overcommit __read_mostly = 1; 30static int perf_overcommit __read_mostly = 1;
31 31