Review Board 2.0.15


Fault: Move the definition of NoFault from faults.hh to fault.hh.

Review Request #453 - Created Jan. 29, 2011 and submitted

Information
Gabe Black
gem5
Reviewers
Default
ali, gblack, nate, stever
Fault: Move the definition of NoFault from faults.hh to fault.hh.

Moving the definition of NoFault into fault.hh doesn't bring any new
dependencies with it, and allows some files to include just fault.hh which has
less baggage. NoFault will still be available to everything that includes
faults.hh because it includes fault.hh.

   
Review request changed
Updated (Jan. 29, 2011, 11:36 a.m.)

Description:

   

Fault: Move the definition of NoFault from faults.hh to fault.hh.

  +
  +

Moving the definition of NoFault into fault.hh doesn't bring any new

  + dependencies with it, and allows some files to include just fault.hh which has
  + less baggage. NoFault will still be available to everything that includes
  + faults.hh because it includes fault.hh.

Diff:

Revision 2 (+2 -2)

Show changes