diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-19 17:04:54 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-19 17:04:54 -0800 |
commit | e26b0777dc92ab47d16b0134e57cd1c9e1083a9a (patch) | |
tree | 6896cfb7a25310fb4f871b86d74f939d9727c3d4 /kernel/sysctl.c | |
parent | af833ae6a86db02de5cd1347779470485f80f5ce (diff) | |
parent | 0dee0d1411e4ba837089a769a5bcce57a5a14df2 (diff) |
Merge "sched: Avoid waking idle cpu for short-burst tasks"
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index c272e31f37ea..ba69f4c96d7c 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -507,6 +507,13 @@ static struct ctl_table kern_table[] = { .extra1 = &zero, .extra2 = &three, }, + { + .procname = "sched_short_burst_ns", + .data = &sysctl_sched_short_burst, + .maxlen = sizeof(unsigned int), + .mode = 0644, + .proc_handler = proc_dointvec, + }, #endif /* CONFIG_SCHED_HMP */ #ifdef CONFIG_SCHED_DEBUG { |