Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3660 → Rev 3661

/trunk/kernel/arch/ia64/src/smp/smp.c
114,6 → 114,10
 
void smp_init(void)
{
if(!bootinfo->hello_configured) return;
//If we have not system prepared by hello, we are not able to start AP's
//this means we are running on simulator
sapic_init();
ipi_broadcast_arch_all(bootinfo->wakeup_intno);
volatile long long brk;