summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-08-27 17:18:54 +0200
committerRichard Braun <rbraun@sceen.net>2017-08-27 17:18:54 +0200
commit70f7512a01ba8f90aad6dbb4d285e279f0e17e64 (patch)
treea6215d6335ec42e33da4b6aadfa1b3c0be9c860b /kern/thread.h
parent93a8a5e35c4f5dc31316f034c83b34d25fa8bf08 (diff)
Add TODO entries
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)
{