svn commit: r255903 - head/sys/powerpc/pseries

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Sep 26 21:18:47 UTC 2013


Author: nwhitehorn
Date: Thu Sep 26 21:18:46 2013
New Revision: 255903
URL: http://svnweb.freebsd.org/changeset/base/255903

Log:
  As idling the CPU no longer causes hangs on QEMU, reenable the pSeries
  cpu_idle() routine.
  
  Approved by:	re (delphij)

Modified:
  head/sys/powerpc/pseries/platform_chrp.c

Modified: head/sys/powerpc/pseries/platform_chrp.c
==============================================================================
--- head/sys/powerpc/pseries/platform_chrp.c	Thu Sep 26 21:04:42 2013	(r255902)
+++ head/sys/powerpc/pseries/platform_chrp.c	Thu Sep 26 21:18:46 2013	(r255903)
@@ -386,9 +386,7 @@ chrp_reset(platform_t platform)
 static void
 phyp_cpu_idle(sbintime_t sbt)
 {
-	#ifdef NOTYET /* Causes hangs on QEMU */
 	phyp_hcall(H_CEDE);
-	#endif
 }
 
 static void


More information about the svn-src-all mailing list