Review Board 2.0.15


inorder: add timing translation

Review Request #1089 - Created March 7, 2012 and discarded - Latest diff uploaded

Information
Korey Sewell
gem5
default
Reviewers
Default
inorder: add timing translation
This is Erik Tomusk's patch to add timing translation to InOrder. It's the next step
in getting InOrder to work for ARM.
This passes the alpha-hello world regression
- Latest update fixed memory leak bug
- It also fixes bug that did not correctly handle memory requests that were blocked (the doTLBAccess was always setting the request as completed, however this is not always the case).

Latest fixes deadlocks on some alpha, inorder, long regressions (twolf,bzip2,eon). Debug in progress...