diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-02-03 21:47:58 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-02-03 21:47:58 -0800 |
commit | 091a3e6cc0f089b6ba6877c8127ebd2ebf8e7c21 (patch) | |
tree | 10ae3a7c49d824569ef83b6197e6864866f2f0e6 /src/arch/power | |
parent | fd2670773195378d2a91a47365ade97e917394f2 (diff) | |
download | gem5-091a3e6cc0f089b6ba6877c8127ebd2ebf8e7c21.tar.xz |
Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh.
--HG--
rename : src/sim/fault.hh => src/sim/fault_fwd.hh
Diffstat (limited to 'src/arch/power')
-rw-r--r-- | src/arch/power/tlb.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/tlb.hh b/src/arch/power/tlb.hh index 7e5638cf1..c4e3fadaa 100644 --- a/src/arch/power/tlb.hh +++ b/src/arch/power/tlb.hh @@ -46,7 +46,7 @@ #include "base/statistics.hh" #include "mem/request.hh" #include "params/PowerTLB.hh" -#include "sim/fault.hh" +#include "sim/fault_fwd.hh" #include "sim/tlb.hh" class ThreadContext; |