Subversion Repositories HelenOS-historic

Rev

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

Rev 501 Rev 512
Line 163... Line 163...
163
     * system initialization can go on.
163
     * system initialization can go on.
164
     */
164
     */
165
    waitq_wakeup(&kmp_completion_wq, WAKEUP_FIRST);
165
    waitq_wakeup(&kmp_completion_wq, WAKEUP_FIRST);
166
}
166
}
167
 
167
 
-
 
168
int smp_irq_to_pin(int irq)
-
 
169
{
-
 
170
    ASSERT(ops != NULL);
-
 
171
    return ops->irq_to_pin(irq);
-
 
172
}
-
 
173
 
168
#endif /* CONFIG_SMP */
174
#endif /* CONFIG_SMP */