diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
commit | 3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch) | |
tree | d998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/sched_ule.c | |
parent | 2823710f0531037f228a43825c04d0c320e78e05 (diff) |
Notes
Diffstat (limited to 'sys/kern/sched_ule.c')
-rw-r--r-- | sys/kern/sched_ule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index 7dc48a2336bf..e2adf98ec6fd 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -1506,7 +1506,6 @@ sched_initticks(void *dummy) sched_idlespinthresh = 2 * max(10000, 6 * hz) / realstathz; } - /* * This is the core of the interactivity algorithm. Determines a score based * on past behavior. It is the ratio of sleep time to run time scaled to |