diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-13 22:27:56 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-13 22:27:56 +0900 |
commit | a82acac8df6de74b9ce406d4bde99b8b5ebb7340 (patch) | |
tree | e4b06ddc67bc13e5f203c217d4d479163fd4cfe3 /ChangeLog | |
parent | 206f2a5f07855a6c6775e7336a65fb63d374cd99 (diff) |
Bug fix for interrupt preemption
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 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. (chx_release_irq_thread): Remove. (q_intr): New variable. |