projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d5588
)
Threads start off in suspended status now (Korey's changes for SMT).
author
Kevin Lim
<ktlim@umich.edu>
Sun, 21 May 2006 05:55:58 +0000
(
01:55
-0400)
committer
Kevin Lim
<ktlim@umich.edu>
Sun, 21 May 2006 05:55:58 +0000
(
01:55
-0400)
--HG--
extra : convert_revision :
ad726f9f258e1983d2af5057ff6e5f9d2a5dd072
kern/tru64/tru64.hh
patch
|
blob
|
history
diff --git
a/kern/tru64/tru64.hh
b/kern/tru64/tru64.hh
index 112f00f31be7d641caf9fac0914dec169507f6c7..b8adab8a8b028ffb29466ac8e2782034180f4370 100644
(file)
--- a/
kern/tru64/tru64.hh
+++ b/
kern/tru64/tru64.hh
@@
-1020,7
+1020,7
@@
class Tru64 {
for (int i = 0; i < process->numCpus(); ++i) {
ExecContext *xc = process->execContexts[i];
- if (xc->status() == ExecContext::
Unallocat
ed) {
+ if (xc->status() == ExecContext::
Suspend
ed) {
// inactive context... grab it
init_exec_context(xc, attrp, uniq_val);