projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c51d0
)
forgot tid
author
Korey Sewell
<ksewell@umich.edu>
Fri, 14 Jul 2006 17:22:35 +0000
(13:22 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Fri, 14 Jul 2006 17:22:35 +0000
(13:22 -0400)
--HG--
extra : convert_revision :
272ef8f9cd0802770edc4dcef2c26dc44de71e47
src/cpu/o3/cpu.cc
patch
|
blob
|
history
diff --git
a/src/cpu/o3/cpu.cc
b/src/cpu/o3/cpu.cc
index 349434c9433bc2fe3797a449e62b313f983823fe..b407f4fcc9f24086f5f154e197c05dd7992aea05 100644
(file)
--- a/
src/cpu/o3/cpu.cc
+++ b/
src/cpu/o3/cpu.cc
@@
-577,7
+577,7
@@
void
FullO3CPU<Impl>::suspendContext(int tid)
{
DPRINTF(O3CPU,"[tid: %i]: Suspending Thread Context.\n", tid);
- deactivateThread();
+ deactivateThread(
tid
);
if (activeThreads.size() == 0)
unscheduleTickEvent();
_status = Idle;