aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-13 22:27:56 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-13 22:27:56 +0900
commita82acac8df6de74b9ce406d4bde99b8b5ebb7340 (patch)
treee4b06ddc67bc13e5f203c217d4d479163fd4cfe3 /ChangeLog
parent206f2a5f07855a6c6775e7336a65fb63d374cd99 (diff)
Bug fix for interrupt preemption
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f0e832..ebba0e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.