commit | 6ce863763d1a52b194dc6aa62cab2201c8b9927b | [log] [tgz] |
---|---|---|
author | Punit Vara <punit.vara@intel.com> | Thu Mar 01 16:14:29 2018 +0530 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Mar 05 14:10:50 2018 -0800 |
tree | e3be1eacf58da4595a4a90e7c4cb14ae8d4b6849 | |
parent | 2f4e987945691ea723d6063ef6c972917c1a7c01 [diff] |
kernel: Remove unnecessary old code _sem_give_non_preemptible is non preemptible and no need to move thread to ready queue for any real use case. Remove old code. This is also not public API Signed-off-by: Punit Vara <punit.vara@intel.com>