commit | b155d067128694da355159890fc261a65b885f23 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Fri Sep 24 13:49:14 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:15:05 2021 -0400 |
tree | 9e3f5f826a23cc6bb79d294b74b75611921e1d80 | |
parent | 387fdd2e53f230db1c1619406c6ec265d40dab1b [diff] |
kernel/sched: Factor out ready_q initialization Split "init_ready_q()" into a separate function that operates on the queue pointer and not the global kernel object. Pure refactoring. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>