summaryrefslogtreecommitdiff
path: root/arch/mips/utility.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-05-07 18:50:41 -0400
committerKorey Sewell <ksewell@umich.edu>2006-05-07 18:50:41 -0400
commit1047215ee58bf2b3df0b5e72f1e97da3891e3ed2 (patch)
treea8b9941d00c16d0017b1ea9b475fe3f14ee5cd11 /arch/mips/utility.hh
parent0930024b886e9102ba73c8e15a81d1e253ff141b (diff)
downloadgem5-1047215ee58bf2b3df0b5e72f1e97da3891e3ed2.tar.xz
First Steps in cleaning up MIPS code - This changeset rearranges the files in the MIPS directory by moving where constants/types/classes are defined
arch/mips/SConscript: arch/mips/isa_traits.cc: arch/mips/isa_traits.hh: arch/mips/process.cc: arch/mips/linux/linux.cc: arch/mips/utility.hh: arch/mips/linux/process.cc: arch/mips/int_regfile.hh: arch/mips/misc_regfile.hh: arch/mips/regfile.hh: arch/mips/types.hh: MIPS directory rearranging --HG-- rename : arch/mips/mips_linux.cc => arch/mips/linux/linux.cc rename : arch/mips/mips_linux.hh => arch/mips/linux/linux.hh rename : arch/mips/linux_process.cc => arch/mips/linux/process.cc rename : arch/mips/linux_process.hh => arch/mips/linux/process.hh extra : convert_revision : 138eee48c8ed75efcf38572f335a556aaec38fc7
Diffstat (limited to 'arch/mips/utility.hh')
-rw-r--r--arch/mips/utility.hh9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/mips/utility.hh b/arch/mips/utility.hh
index d4ad6cbd8..b213a9f24 100644
--- a/arch/mips/utility.hh
+++ b/arch/mips/utility.hh
@@ -29,6 +29,13 @@
#ifndef __ARCH_MIPS_UTILITY_HH__
#define __ARCH_MIPS_UTILITY_HH__
-//Placeholder file for now
+#include "arch/mips/types.hh"
+#include "arch/mips/constants.hh"
+#include "base/misc.hh"
+#include "sim/host.hh"
+
+namespace MipsISA {
+
+};
#endif