summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/cpu_builder.cc
AgeCommit message (Expand)Author
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2007-10-02CPU: Make the cpuid parameter get set in SE mode as well.Gabe Black
2007-10-02CPU: Make sure the system parameter gets set in the cpu builders. Other param...Gabe Black
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2006-11-12Fix typo.Kevin Lim
2006-11-11Get rid of the ParamContext for pseudo instructions and moveNathan Binkert
2006-11-01Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-31Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...Kevin Lim
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-04Merge ktlim@zamp:/z/ktlim2/clean/m5-o3Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim