Add DPRINTF for non-timed quiesce.

--HG--
extra : convert_revision : 5487f4fc07dbea6e5a651c104ea1d2fe864fb057
This commit is contained in:
Steve Reinhardt 2006-10-22 16:22:45 -07:00
parent d2856c2fde
commit 199084b339

View file

@ -74,6 +74,8 @@ namespace AlphaPseudo
if (!doQuiesce)
return;
DPRINTF(Quiesce, "%s: quiesce()\n", tc->getCpuPtr()->name());
tc->suspend();
if (tc->getKernelStats())
tc->getKernelStats()->quiesce();