aboutsummaryrefslogtreecommitdiff
path: root/chopstx.c
diff options
context:
space:
mode:
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);
}