Subversion Repositories HelenOS

Rev

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

Rev 167 Rev 170
Line 75... Line 75...
75
            t->flags |= X_WIRED;
75
            t->flags |= X_WIRED;
76
            t->cpu = &cpus[0];
76
            t->cpu = &cpus[0];
77
            spinlock_unlock(&t->lock);
77
            spinlock_unlock(&t->lock);
78
            thread_ready(t);
78
            thread_ready(t);
79
            waitq_sleep(&kmp_completion_wq);
79
            waitq_sleep(&kmp_completion_wq);
80
            cpu_priority_high();
-
 
81
        }
80
        }
82
        else panic("thread_create/kmp");
81
        else panic("thread_create/kmp");
83
    }
82
    }
84
#endif /* __SMP__ */
83
#endif /* __SMP__ */
85
    /*
84
    /*