Subversion Repositories HelenOS-historic

Rev

Rev 1171 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1171 Rev 1184
Line 32... Line 32...
32
 *
32
 *
33
 * @param t Thread to be initialized.
33
 * @param t Thread to be initialized.
34
 */
34
 */
35
void thread_create_arch(thread_t *t)
35
void thread_create_arch(thread_t *t)
36
{
36
{
37
    t->tls = 0;
37
    t->arch.tls = 0;
38
}
38
}