summaryrefslogtreecommitdiff
path: root/src/cpu/o3/mips/cpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/mips/cpu.cc')
-rwxr-xr-xsrc/cpu/o3/mips/cpu.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpu/o3/mips/cpu.cc b/src/cpu/o3/mips/cpu.cc
index 420f460b2..bb78de0a6 100755
--- a/src/cpu/o3/mips/cpu.cc
+++ b/src/cpu/o3/mips/cpu.cc
@@ -29,11 +29,10 @@
* Korey Sewell
*/
+#include "cpu/o3/cpu.hh"
#include "cpu/o3/mips/impl.hh"
-#include "cpu/o3/mips/cpu_impl.hh"
-#include "cpu/o3/mips/dyn_inst.hh"
// Force instantiation of MipsO3CPU for all the implemntations that are
// needed. Consider merging this and mips_dyn_inst.cc, and maybe all
// classes that depend on a certain impl, into one file (mips_impl.cc?).
-template class MipsO3CPU<MipsSimpleImpl>;
+template class FullO3CPU<MipsSimpleImpl>;