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/cpu/simple_thread.cc | |
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/cpu/simple_thread.cc')
-rw-r--r-- | src/cpu/simple_thread.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cpu/simple_thread.cc b/src/cpu/simple_thread.cc index 39f31782b..191ae2f2e 100644 --- a/src/cpu/simple_thread.cc +++ b/src/cpu/simple_thread.cc @@ -221,10 +221,10 @@ SimpleThread::activate(int delay) lastActivate = curTick; - if (status() == ThreadContext::Unallocated) { - cpu->activateWhenReady(tid); - return; - } +// if (status() == ThreadContext::Unallocated) { +// cpu->activateWhenReady(tid); +// return; +// } _status = ThreadContext::Active; |