commit | 9d367eeb0a70a3d304abe7d378fd79bbc725d7bd | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Mar 08 12:13:49 2018 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Sun Mar 18 16:58:12 2018 -0400 |
tree | 22c16dc3daed5446d5359992356495d8596a076e | |
parent | e82578919a82523c7b44db274ab8818b188a9286 [diff] |
xtensa, kernel/sched: Move next switch_handle selection to the scheduler The xtensa asm2 layer had a function to select the next switch handle to return into following an exception. There is no arch-specific code there, it's just scheduler logic. Move it to the scheduler where it belongs. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>