diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 17:56:41 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 17:56:41 -0500 |
commit | 2ee6e7ab5f3ea50080a9448e6bd8defcdb534640 (patch) | |
tree | 8d991764aa0dbae3f9cbe8ecff0339877035a64a /arch/alpha | |
parent | 03f9716a0a45e9563f32bacd2979060daae6b2d2 (diff) | |
download | gem5-2ee6e7ab5f3ea50080a9448e6bd8defcdb534640.tar.xz |
Added ev5.hh to files which should include it directly, now that it isn't included within isa_traits.hh
--HG--
extra : convert_revision : e49935da238a299e681f9137ad3c0b7dc0e226a3
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/system.cc | 1 | ||||
-rw-r--r-- | arch/alpha/tlb.hh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/system.cc b/arch/alpha/system.cc index 25543da57..547e89cff 100644 --- a/arch/alpha/system.cc +++ b/arch/alpha/system.cc @@ -26,6 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "arch/alpha/ev5.hh" #include "arch/alpha/system.hh" #include "arch/vtophys.hh" #include "base/remote_gdb.hh" diff --git a/arch/alpha/tlb.hh b/arch/alpha/tlb.hh index de955fa46..1c299e8b9 100644 --- a/arch/alpha/tlb.hh +++ b/arch/alpha/tlb.hh @@ -31,6 +31,7 @@ #include <map> +#include "arch/alpha/ev5.hh" #include "arch/alpha/isa_traits.hh" #include "arch/alpha/faults.hh" #include "base/statistics.hh" |