summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/thread_state.cc
AgeCommit message (Collapse)Author
2015-04-20cpu: Remove the InOrderCPU from the treeAndreas Hansson
This patch takes the final step in removing the InOrderCPU from the tree. Rest in peace. The MinorCPU is now used to model an in-order microarchitecture, and long term the MinorCPU will eventually be renamed InOrderCPU.
2011-10-31SE/FS: Make the functions available from the TC consistent between SE and FS.Gabe Black
2011-04-15includes: sort all includesNathan Binkert
2009-09-15inorder-alpha-fs: edit inorder model to compile FS modeKorey Sewell