Remove fake fault.
authorKevin Lim <ktlim@umich.edu>
Thu, 16 Feb 2006 19:55:15 +0000 (14:55 -0500)
committerKevin Lim <ktlim@umich.edu>
Thu, 16 Feb 2006 19:55:15 +0000 (14:55 -0500)
commitd6a330ebb949b6cd63195d44e5a4304e2fd3378e
tree012eafbc16586ed3e4c456b56d7d755fb7d7f4ec
parentc7624c26e71c1edc73a076efe472d253b199c3cc
Remove fake fault.
Switch fault pointers to const pointers to prevent them from accidentally being changed.
Fix some coding style.

arch/alpha/ev5.cc:
cpu/o3/commit_impl.hh:
kern/kernel_stats.hh:
    Remove fake fault.
arch/alpha/faults.cc:
    Remove fake fault, fix to have normal m5 line length limit, and change pointers to be const pointers so that the default faults aren't changed accidentally.
arch/alpha/faults.hh:
    Fix to have normal m5 line length limit, change pointers to const pointers.
sim/faults.cc:
sim/faults.hh:
    Remove fake fault, change pointers to const pointers.

--HG--
extra : convert_revision : 01d4600e0d4bdc1d177b32edebc78f86a1bbfe2e
arch/alpha/ev5.cc
arch/alpha/faults.cc
arch/alpha/faults.hh
cpu/o3/commit_impl.hh
kern/kernel_stats.hh
sim/faults.cc
sim/faults.hh