summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/OzoneCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/OzoneCPU.py')
-rw-r--r--src/cpu/ozone/OzoneCPU.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/ozone/OzoneCPU.py b/src/cpu/ozone/OzoneCPU.py
index b9cfb448f..37386898d 100644
--- a/src/cpu/ozone/OzoneCPU.py
+++ b/src/cpu/ozone/OzoneCPU.py
@@ -40,8 +40,6 @@ class DerivOzoneCPU(BaseCPU):
if build_env['USE_CHECKER']:
checker = Param.BaseCPU("Checker CPU")
- if build_env['FULL_SYSTEM']:
- profile = Param.Latency('0ns', "trace the kernel stack")
icache_port = Port("Instruction Port")
dcache_port = Port("Data Port")