svn commit: r188453 - head/sys/ia64/ia64

Marcel Moolenaar marcel at FreeBSD.org
Tue Feb 10 12:29:58 PST 2009


Author: marcel
Date: Tue Feb 10 20:29:57 2009
New Revision: 188453
URL: http://svn.freebsd.org/changeset/base/188453

Log:
  Mark the BSP as being awake. This supresses the message
  that not all usable CPUs could be woken up...

Modified:
  head/sys/ia64/ia64/mp_machdep.c

Modified: head/sys/ia64/ia64/mp_machdep.c
==============================================================================
--- head/sys/ia64/ia64/mp_machdep.c	Tue Feb 10 20:27:05 2009	(r188452)
+++ head/sys/ia64/ia64/mp_machdep.c	Tue Feb 10 20:29:57 2009	(r188453)
@@ -267,7 +267,8 @@ cpu_mp_start()
 			if (!ap_awake)
 				printf("SMP: WARNING: cpu%d did not wake up\n",
 				    pc->pc_cpuid);
-		}
+		} else
+			pc->pc_awake = 1;
 	}
 }
 


More information about the svn-src-head mailing list