Add DPRINTF for non-timed quiesce.
--HG-- extra : convert_revision : 5487f4fc07dbea6e5a651c104ea1d2fe864fb057
This commit is contained in:
parent
d2856c2fde
commit
199084b339
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue