Rev 1078 | Rev 1086 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1078 | Rev 1083 | ||
---|---|---|---|
Line 187... | Line 187... | ||
187 | 187 | ||
188 | cpu = CPU; |
188 | cpu = CPU; |
189 | if (t->flags & X_WIRED) { |
189 | if (t->flags & X_WIRED) { |
190 | cpu = t->cpu; |
190 | cpu = t->cpu; |
191 | } |
191 | } |
- | 192 | t->state = Ready; |
|
192 | spinlock_unlock(&t->lock); |
193 | spinlock_unlock(&t->lock); |
193 | 194 | ||
194 | /* |
195 | /* |
195 | * Append t to respective ready queue on respective processor. |
196 | * Append t to respective ready queue on respective processor. |
196 | */ |
197 | */ |