projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2856c2
)
Add DPRINTF for non-timed quiesce.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 22 Oct 2006 23:22:45 +0000
(16:22 -0700)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 22 Oct 2006 23:22:45 +0000
(16:22 -0700)
--HG--
extra : convert_revision :
5487f4fc07dbea6e5a651c104ea1d2fe864fb057
src/sim/pseudo_inst.cc
patch
|
blob
|
history
diff --git
a/src/sim/pseudo_inst.cc
b/src/sim/pseudo_inst.cc
index 4eb0866a52120e4312074f0ccdfb9e21cb5c9326..d913e159bb5f263e75a3bf3cec057f37f02030eb 100644
(file)
--- a/
src/sim/pseudo_inst.cc
+++ b/
src/sim/pseudo_inst.cc
@@
-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();