summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/inst_queue_impl.hh
AgeCommit message (Expand)Author
2011-04-15includes: sort all includesNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-06-30Event descriptions should not end in "event"Steve Reinhardt
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2006-12-20don't use (*activeThreads).begin(), use activeThreads->blah().Nathan Binkert
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim