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 20eb5e4d3d9057eaf8e976463ec55ff13ff5a8e3)
@@ -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);	
