diff options
Diffstat (limited to 'src/ipi.c')
| -rw-r--r-- | src/ipi.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ void send_ipi(struct tcb *t) cpu_send_ipi(t->cpu_id); } +void unqueue_ipi(struct tcb *t) +{ + queue_del(&t->ipi_queue); +} + void handle_ipi() { struct tcb *t = cur_tcb(); |
