Fix intr_wait

This commit is contained in:
NIIBE Yutaka
2016-05-13 17:51:12 +09:00
parent 5046dd45f2
commit 206f2a5f07
5 changed files with 27 additions and 27 deletions

View File

@@ -11,7 +11,7 @@
(chopstx_release_irq): Remove.
(chx_release_irq): New internal function.
(THREAD_WAIT_INT): Remove.
(chopstx_intr_wait): Remove, now offered as a macro.
(chopstx_intr_wait): Rewrite by chopstx_poll.
2016-05-13 NIIBE Yutaka <gniibe@fsij.org>