summaryrefslogtreecommitdiff
path: root/src/cpu/o3/mips/impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/mips/impl.hh')
-rw-r--r--src/cpu/o3/mips/impl.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/o3/mips/impl.hh b/src/cpu/o3/mips/impl.hh
index ac7181a19..481184006 100644
--- a/src/cpu/o3/mips/impl.hh
+++ b/src/cpu/o3/mips/impl.hh
@@ -34,7 +34,6 @@
#include "arch/mips/isa_traits.hh"
-#include "cpu/o3/mips/params.hh"
#include "cpu/o3/cpu_policy.hh"
@@ -78,9 +77,6 @@ struct MipsSimpleImpl
*/
typedef O3CPU CPUType;
- /** The Params to be passed to each stage. */
- typedef MipsSimpleParams Params;
-
enum {
MaxWidth = 8,
MaxThreads = 4