summaryrefslogtreecommitdiff
path: root/src/cpu/o3/sparc/cpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/sparc/cpu.cc')
-rw-r--r--src/cpu/o3/sparc/cpu.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpu/o3/sparc/cpu.cc b/src/cpu/o3/sparc/cpu.cc
index 1546a2b88..738ff0108 100644
--- a/src/cpu/o3/sparc/cpu.cc
+++ b/src/cpu/o3/sparc/cpu.cc
@@ -28,11 +28,10 @@
* Authors: Gabe Black
*/
+#include "cpu/o3/cpu.hh"
#include "cpu/o3/sparc/impl.hh"
-#include "cpu/o3/sparc/cpu_impl.hh"
-#include "cpu/o3/sparc/dyn_inst.hh"
// Force instantiation of SparcO3CPU for all the implementations that are
// needed. Consider merging this and sparc_dyn_inst.cc, and maybe all
// classes that depend on a certain impl, into one file (sparc_impl.cc?).
-template class SparcO3CPU<SparcSimpleImpl>;
+template class FullO3CPU<SparcSimpleImpl>;