diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 344a65981dee..9fd4e436b696 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -932,9 +932,9 @@ static struct ctl_table kern_table[] = { | |||
932 | }, | 932 | }, |
933 | { | 933 | { |
934 | .ctl_name = CTL_UNNUMBERED, | 934 | .ctl_name = CTL_UNNUMBERED, |
935 | .procname = "perf_counter_int_limit", | 935 | .procname = "perf_counter_max_sample_rate", |
936 | .data = &sysctl_perf_counter_limit, | 936 | .data = &sysctl_perf_counter_sample_rate, |
937 | .maxlen = sizeof(sysctl_perf_counter_limit), | 937 | .maxlen = sizeof(sysctl_perf_counter_sample_rate), |
938 | .mode = 0644, | 938 | .mode = 0644, |
939 | .proc_handler = &proc_dointvec, | 939 | .proc_handler = &proc_dointvec, |
940 | }, | 940 | }, |