diff options
author | Richard Braun <rbraun@sceen.net> | 2017-08-27 17:18:54 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-08-27 17:18:54 +0200 |
commit | 70f7512a01ba8f90aad6dbb4d285e279f0e17e64 (patch) | |
tree | a6215d6335ec42e33da4b6aadfa1b3c0be9c860b /kern/thread.h | |
parent | 93a8a5e35c4f5dc31316f034c83b34d25fa8bf08 (diff) |
Add TODO entries
Diffstat (limited to 'kern/thread.h')
-rw-r--r-- | kern/thread.h | 1 |
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) { |