Rev 22 | Rev 76 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 22 | Rev 73 | ||
---|---|---|---|
Line 187... | Line 187... | ||
187 | 187 | ||
188 | t->rwlock_holder_type = RWLOCK_NONE; |
188 | t->rwlock_holder_type = RWLOCK_NONE; |
189 | 189 | ||
190 | t->task = task; |
190 | t->task = task; |
191 | 191 | ||
- | 192 | t->fpu_context_exists=0; |
|
- | 193 | t->fpu_context_engaged=0; |
|
- | 194 | ||
192 | /* |
195 | /* |
193 | * Register this thread in the system-wide list. |
196 | * Register this thread in the system-wide list. |
194 | */ |
197 | */ |
195 | pri = cpu_priority_high(); |
198 | pri = cpu_priority_high(); |
196 | spinlock_lock(&threads_lock); |
199 | spinlock_lock(&threads_lock); |