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:
nwhitehorn 2013-09-26 21:18:46 +00:00
parent a36e436283
commit f5b7c57fe3

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