inorder: ready thread wakeup
authorKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:27:38 +0000 (18:27 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:27:38 +0000 (18:27 -0500)
commit90d3b45a566847fe15095b92238e32973ad9cc0e
tree9deb58c0889ec67a5aefdf66cf90c1cd9c311b04
parent3eb04b4ad73cb66e86d09ffd5989a93d9f62b299
inorder: ready thread wakeup
allow a thread to wakeup and be activated after
it has been in suspended state and another
thread is switched out. Need to give
pipeline stages a "activateThread" function
so that can get to their suspended instruction
when the time is right.
src/cpu/inorder/cpu.cc
src/cpu/inorder/cpu.hh
src/cpu/inorder/pipeline_stage.cc
src/cpu/inorder/pipeline_stage.hh
src/cpu/inorder/resources/cache_unit.cc