Bug fix for interrupt preemption

This commit is contained in:
NIIBE Yutaka
2016-05-13 22:27:56 +09:00
parent 206f2a5f07
commit a82acac8df
2 changed files with 26 additions and 18 deletions

View File

@@ -1,3 +1,9 @@
2016-05-13 NIIBE Yutaka <gniibe@fsij.org>
* chopstx.c (chx_handle_intr): Call chx_request_preemption.
(chx_wakeup, chopstx_cond_signal, chopstx_cond_broadcast)
(chx_intr_hook, chopstx_poll): Cleanup.
2016-05-13 NIIBE Yutaka <gniibe@fsij.org>
* chopstx.c (chopstx_exit): Don't call chx_release_irq_thread.