Index: generic/src/proc/thread.c
===================================================================
--- generic/src/proc/thread.c	(revision fbcfd458644bcd6959780591c4684c38aae47cc6)
+++ generic/src/proc/thread.c	(revision 45fb65c09103dff87bfb6916993a019f9309b363)
@@ -86,6 +86,4 @@
 
 	/* this is where each thread wakes up after its creation */
-	before_thread_runs();
-
 	spinlock_unlock(&THREAD->lock);
 	interrupts_enable();
@@ -438,5 +436,5 @@
         thread_t *t;
         char namebuf[THREAD_NAME_BUFLEN];
-	uspace_arg_t *kernel_uarg;		/* TODO: store kernel_uarg in thread_t */
+	uspace_arg_t *kernel_uarg;
 	__u32 tid;
 
