diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-10 20:22:32 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-10 20:22:32 +0900 |
commit | 14ad39552361815e17ddf9764228a093489555f7 (patch) | |
tree | 22773fe8b50a57064fb190709862e633523b8b77 /chopstx.c | |
parent | acd4460a6ee0f7caa1d7871acd51cdcf6bb4264c (diff) |
Version 0.09release/0.09
Diffstat (limited to 'chopstx.c')
-rw-r--r-- | chopstx.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1155,7 +1155,7 @@ chopstx_release_irq (chopstx_intr_t *intr0) static void -chopstx_release_irq_thread (struct chx_thread *tp) +chx_release_irq_thread (struct chx_thread *tp) { chopstx_intr_t *intr, *intr_prev; @@ -1274,7 +1274,7 @@ chopstx_exit (void *retval) chx_cpu_sched_unlock (); } - chopstx_release_irq_thread (running); + chx_release_irq_thread (running); chx_exit (retval); } |