summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/AlphaFullCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/AlphaFullCPU.py')
-rw-r--r--src/python/m5/objects/AlphaFullCPU.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/python/m5/objects/AlphaFullCPU.py b/src/python/m5/objects/AlphaFullCPU.py
index 043c3c08f..7c772d3f2 100644
--- a/src/python/m5/objects/AlphaFullCPU.py
+++ b/src/python/m5/objects/AlphaFullCPU.py
@@ -6,9 +6,6 @@ class DerivAlphaFullCPU(BaseCPU):
activity = Param.Unsigned("Initial count")
numThreads = Param.Unsigned("number of HW thread contexts")
- if not build_env['FULL_SYSTEM']:
- mem = Param.FunctionalMemory(NULL, "memory")
-
checker = Param.BaseCPU(NULL, "checker")
cachePorts = Param.Unsigned("Cache Ports")