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 965dc18d04fb8a15431d34485959f4aa8e6ec4b5)
@@ -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);	
