/kernel/trunk/generic/src/proc/thread.c |
---|
269,8 → 269,8 |
t->task = task; |
t->fpu_context_exists=0; |
t->fpu_context_engaged=0; |
t->fpu_context_exists = 0; |
t->fpu_context_engaged = 0; |
/* |
* Register this thread in the system-wide list. |
288,7 → 288,7 |
spinlock_unlock(&task->lock); |
interrupts_restore(ipl); |
return t; |
} |