Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 3766 → Rev 3900

/trunk/kernel/arch/ia64/src/smp/smp.c
106,7 → 106,7
return;
/*
* If we have not system prepared by hello, we are not able to start
* If we have not got system prepared by hello, we are not able to start
* AP's. This means we are running on a simulator.
*/
165,19 → 165,6
 
#endif
 
 
#ifndef CONFIG_SMP
 
/* This is just a hack for linking with assembler - may be removed in future. */
void main_ap(void);
void main_ap(void)
{
while(1)
;
}
 
#endif
 
/** @}
*/