diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-04-01 14:01:14 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-28 15:48:05 +0200 |
commit | 51d95f2e41553890121a611852594ca4a74eb53e (patch) | |
tree | ec9ba152584e53c935c4841e80c1c7998fe86b4c /kern/thread.h | |
parent | 78487aa5a834d0a5e8e0c6c5490e3bce26e8756d (diff) |
XXX pmm from x15, userspace crashes soon
Diffstat (limited to 'kern/thread.h')
-rw-r--r-- | kern/thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/thread.h b/kern/thread.h index 3128d7d..204ffb0 100644 --- a/kern/thread.h +++ b/kern/thread.h @@ -351,6 +351,8 @@ extern void stack_collect(void); * Kernel-only routines */ +extern void thread_bootstrap(void); +extern vm_offset_t thread_bootstrap_stack_alloc(void); extern void thread_init(void); extern void thread_reference(thread_t); extern void thread_deallocate(thread_t); |