commit | c230fb35808d566dadf40dc1de8034bcd45f36f2 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Sep 23 16:41:30 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:15:05 2021 -0400 |
tree | 6d733db0898648ab23c36277c18d9db8a5dd75d8 | |
parent | 2e9cce67790ddf757eb874879defd172c5be6163 [diff] |
kernel/sched: Simply de/queue_thread() Pure refactoring. For historical reasons these two functions took a first argument (a pointer to the run queue) that was always the same. Eliminate it. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>