summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/inorder_back_end_impl.hh
AgeCommit message (Expand)Author
2014-10-09cpu: Remove Ozone CPU from the source treeMitch Hayenga
2013-10-17cpu: add consistent guarding to *_impl.hh files.Matt Horsnell
2013-01-07cpu: rename the misleading inSyscall to noSquashFromTCAli Saidi
2011-11-18SE/FS: Get rid of FULL_SYSTEM in the CPU directory.Gabe Black
2011-04-15includes: sort all includesNathan Binkert
2010-09-13CPU: Get rid of the now unnecessary getInst/setInst family of functions.Gabe Black
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2008-10-21style: Use the correct m5 style for things relating to interrupts.Nathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-06-30Event descriptions should not end in "event"Steve Reinhardt
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-01-26eliminate cpu checkInterrupts bool, it is redundant and unnecessary.Lisa Hsu
2006-11-03Got rid of "inPalMode". Some places are still effectively checking if they ar...Gabe Black
2006-10-28Include the right version of faults.hhGabe Black
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-06-07Update copyright.Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim