commit | e7ded11a2eb36deba9bda359b510e52cdcd5fb4c | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Wed Apr 11 14:52:47 2018 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Apr 25 13:13:23 2018 -0700 |
tree | d19f89398025f9a1151a98713d6ccda7dcedcdf1 | |
parent | 341b42736609fce4d2c4a3f33656567c1d95f009 [diff] |
kernel: Prune ksched.h of dead code There was a ton of junk in this header. Pare it down to just the stuff actually used by code outside of sched.c, move the needed internal stuff into sched.c itself, and drop everything else. Note that (other than the tiny inlines that remain here in the header) the scheduler interface exposed to the rest of the system is now composed of just 12 functions. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>