Add CHOPSTX_PRIO_INHIBIT_PREEMPTION

This commit is contained in:
NIIBE Yutaka
2013-06-11 16:43:28 +09:00
parent bbd9404fa5
commit 4dde668afb
3 changed files with 45 additions and 27 deletions

View File

@@ -1,3 +1,9 @@
2013-06-11 Niibe Yutaka <gniibe@fsij.org>
* chopstx.c (chx_timer_expired): Use uint16_t here.
(chx_cpu_sched_lock, chx_cpu_sched_unlock): Change only when
its priority is lower than CHOPSTX_PRIO_INHIBIT_PREEMPTION.
2013-06-06 Niibe Yutaka <gniibe@fsij.org>
* entry.c: Include sys.h for clock_init and gpio_init.