commit | 2b5012a5d9f0faa7d323bd64f2b412289046bfb0 | [log] [tgz] |
---|---|---|
author | Tom Burdick <thomas.burdick@intel.com> | Fri Oct 25 12:45:38 2024 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Nov 16 15:20:15 2024 -0500 |
tree | b1aeebc8828c3a2cd28ddac1c2075d4c9e670712 | |
parent | 794dd05459236e25c9be184d36f9c0bb70b86f4a [diff] |
kernel: Move run queue initialization Move the initialization of the priority q for running out of sched.c to remove one more ifdef from sched.c. No change in functionality but better matches the rest of sched.c and priority_q.h such that the ifdefry needed is done in in priority_q.h. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>