summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kern/tru64/tru64.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/tru64/tru64.hh b/kern/tru64/tru64.hh
index 112f00f31..b8adab8a8 100644
--- 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::Unallocated) {
+ if (xc->status() == ExecContext::Suspended) {
// inactive context... grab it
init_exec_context(xc, attrp, uniq_val);