Index: kernel/arch/ia64/src/smp/smp.c
===================================================================
--- kernel/arch/ia64/src/smp/smp.c	(revision 7782030a5944566e96b3a1307067dc1993fd1a64)
+++ kernel/arch/ia64/src/smp/smp.c	(revision 8af9950eef9c2c7dfd3ef398eb581435b1f15ac1)
@@ -115,4 +115,8 @@
 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);	
