Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 625
Line 85... Line 85...
85
 * BSP initialization (prior the very first call to scheduler()) will be used
85
 * BSP initialization (prior the very first call to scheduler()) will be used
86
 * as an initialization stack for each AP.)
86
 * as an initialization stack for each AP.)
87
 */
87
 */
88
void kmp(void *arg)
88
void kmp(void *arg)
89
{
89
{
90
    __address src, dst;
-
 
91
    int i;
90
    int i;
92
   
91
   
93
    ASSERT(ops != NULL);
92
    ASSERT(ops != NULL);
94
 
93
 
95
    waitq_initialize(&ap_completion_wq);
94
    waitq_initialize(&ap_completion_wq);