As idling the CPU no longer causes hangs on QEMU, reenable the pSeries

cpu_idle() routine.

Approved by:	re (delphij)
This commit is contained in:
Nathan Whitehorn 2013-09-26 21:18:46 +00:00
parent 145341e9cd
commit dbd2830c65

View File

@ -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