summaryrefslogtreecommitdiff
path: root/src/cpu/CheckerCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/CheckerCPU.py')
-rw-r--r--src/cpu/CheckerCPU.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/CheckerCPU.py b/src/cpu/CheckerCPU.py
index 06df9c1b1..bff9af62d 100644
--- a/src/cpu/CheckerCPU.py
+++ b/src/cpu/CheckerCPU.py
@@ -40,5 +40,3 @@ class CheckerCPU(BaseCPU):
"If a load result is incorrect, only print a warning and do not exit")
function_trace = Param.Bool(False, "Enable function trace")
function_trace_start = Param.Tick(0, "Cycle to start function trace")
- if build_env['FULL_SYSTEM']:
- profile = Param.Latency('0ns', "trace the kernel stack")