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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"