summaryrefslogtreecommitdiff
path: root/chopstx.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-09-10 20:22:32 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-09-10 20:22:32 +0900
commit14ad39552361815e17ddf9764228a093489555f7 (patch)
tree22773fe8b50a57064fb190709862e633523b8b77 /chopstx.c
parentacd4460a6ee0f7caa1d7871acd51cdcf6bb4264c (diff)
Version 0.09release/0.09
Diffstat (limited to 'chopstx.c')
-rw-r--r--chopstx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chopstx.c b/chopstx.c
index 285f4e9..bf335bb 100644
--- a/chopstx.c
+++ b/chopstx.c
@@ -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);
}