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