inorder: recognize isSerializeAfter flag
authorKorey Sewell <ksewell@umich.edu>
Fri, 18 Feb 2011 19:29:48 +0000 (14:29 -0500)
committerKorey Sewell <ksewell@umich.edu>
Fri, 18 Feb 2011 19:29:48 +0000 (14:29 -0500)
commit89335118a5b50d44e653d9763908a427e8687f46
tree3919f9b524042b0fb711f7051ccf414ff9573283
parentbbffd9419dca7e52423aa9def277b619c3523b72
inorder: recognize isSerializeAfter flag
keep track of when an instruction needs the execution
behind it to be serialized. Without this, in SE Mode
instructions can execute behind a system call exit().
src/cpu/inorder/resources/execution_unit.cc
src/cpu/inorder/resources/execution_unit.hh