From c9900f159e8d2fd7e32070e2cd0971caf917431d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 15 Aug 2006 04:46:51 -0400 Subject: Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alpha/pagetable.hh and fixing up some includes --HG-- extra : convert_revision : 02a47fa62b17245763314890beb68339c789d18f --- src/arch/alpha/isa_traits.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/arch/alpha/isa_traits.hh') diff --git a/src/arch/alpha/isa_traits.hh b/src/arch/alpha/isa_traits.hh index ae4397c4c..72e38ae3e 100644 --- a/src/arch/alpha/isa_traits.hh +++ b/src/arch/alpha/isa_traits.hh @@ -35,17 +35,11 @@ namespace LittleEndianGuest {} #include "arch/alpha/types.hh" -#include "arch/alpha/isa_traits.hh" #include "config/full_system.hh" #include "sim/host.hh" class StaticInstPtr; -#if FULL_SYSTEM -#include "arch/alpha/isa_fullsys_traits.hh" -#endif - - namespace AlphaISA { -- cgit v1.2.3