commit | a2098393fa45c6f754cc0782fbdcce2e13e8755f | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Wed Dec 14 14:47:58 2016 -0500 |
committer | Benjamin Walsh <walsh.benj@gmail.com> | Thu Dec 15 16:17:38 2016 -0500 |
tree | 010964871c15cff6e8f587f4f8988b51b890ef46 | |
parent | 8e4a534ea1127980c18cc818dbf3c20375219f90 [diff] |
kernel: fix dummy init thread prio in preempt-only configurations A thread cannot have a coop priority in this case. It turns out a priority is not needed when a thread is not inserted in the ready queue, which is the case with the dummy thread. The comment was also out-of-date, since it referred to a nanokernel concept. Change-Id: Id117501164bd72383d53f3df13030cf95dadc38b Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>