Rev 1171 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
*
* @param t Thread to be initialized.
*/
void thread_create_arch(thread_t *t)
{
t->tls = 0;
t->arch.tls = 0;
}