summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/thread.h b/kern/thread.h
index e84300c9..a3f2670d 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -652,6 +652,7 @@ thread_intr_leave(void)
}
}
+/* TODO Use in interrupt handlers instead of manual interrupt/preemption checks */
static inline void
thread_assert_interrupted(void)
{