diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2007-04-16 11:32:09 -0400 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2007-04-16 11:32:09 -0400 |
commit | 3b95161da834baa0d1bd635934ed308c2ec03632 (patch) | |
tree | ffe78bac9a5c864ec0b77274fc0095bffe0f866d /src/kern/tru64/tru64.hh | |
parent | 68221b708c03abd958105afc2983190aa91f0108 (diff) | |
parent | 2952c34096357dffc207778ea1b73e71387ac010 (diff) | |
download | gem5-3b95161da834baa0d1bd635934ed308c2ec03632.tar.xz |
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/head
--HG--
extra : convert_revision : 8630b3771678b68d5cd12a61f7a4de2e3443a8d7
Diffstat (limited to 'src/kern/tru64/tru64.hh')
-rw-r--r-- | src/kern/tru64/tru64.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/tru64/tru64.hh b/src/kern/tru64/tru64.hh index b94276035..a7703be7c 100644 --- a/src/kern/tru64/tru64.hh +++ b/src/kern/tru64/tru64.hh @@ -792,7 +792,7 @@ class Tru64 : public OperatingSystem for (int i = 0; i < process->numCpus(); ++i) { ThreadContext *tc = process->threadContexts[i]; - if (tc->status() == ThreadContext::Suspended) { + if (tc->status() == ThreadContext::Unallocated) { // inactive context... grab it init_thread_context(tc, attrp, uniq_val); |