Threads start off in suspended status now (Korey's changes for SMT).

--HG--
extra : convert_revision : ad726f9f258e1983d2af5057ff6e5f9d2a5dd072
This commit is contained in:
Kevin Lim
2006-05-21 01:55:58 -04:00
parent e3d5588ca7
commit 5a7db55e9a

View File

@@ -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);