Subversion Repositories HelenOS

Rev

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

Rev 2222 Rev 2745
Line 96... Line 96...
96
 * BSP initialization (prior the very first call to scheduler()) will be used
96
 * BSP initialization (prior the very first call to scheduler()) will be used
97
 * as an initialization stack for each AP.)
97
 * as an initialization stack for each AP.)
98
 */
98
 */
99
void kmp(void *arg)
99
void kmp(void *arg)
100
{
100
{
101
    int i;
101
    unsigned int i;
102
   
102
   
103
    ASSERT(ops != NULL);
103
    ASSERT(ops != NULL);
104
 
104
 
105
    waitq_initialize(&ap_completion_wq);
105
    waitq_initialize(&ap_completion_wq);
106
 
106