summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-04-01 14:01:14 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-08-15 13:08:49 +0200
commitb491ec2ace37fa562b6e979e664844e1db244e1d (patch)
tree95d3a5c62f17dfff670122486143653b6cd3160c /kern/thread.h
parentafc13f779c74f442fd1a575de76bf514820e4844 (diff)
XXX pmm from x15, userspace crashes soon
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/thread.h b/kern/thread.h
index adf8b86..9728e12 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);