From 091a3e6cc0f089b6ba6877c8127ebd2ebf8e7c21 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 3 Feb 2011 21:47:58 -0800 Subject: 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 --- src/arch/x86/tlb.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh index 025418dc7..0e96b26b8 100644 --- a/src/arch/x86/tlb.hh +++ b/src/arch/x86/tlb.hh @@ -50,7 +50,7 @@ #include "mem/mem_object.hh" #include "mem/request.hh" #include "params/X86TLB.hh" -#include "sim/fault.hh" +#include "sim/fault_fwd.hh" #include "sim/tlb.hh" #include "sim/sim_object.hh" -- cgit v1.2.3