cpu: Remove the ancient do_quiesce config option.
[gem5.git] / src / cpu / BaseCPU.py
index ab70d1d7f9a851ddd3d5e49493b737582deca61f..e487cbb6bf519f93c0fe6e4209ae223d54420cae 100644 (file)
@@ -149,7 +149,6 @@ class BaseCPU(ClockedObject):
         "enable statistics pseudo instructions")
 
     profile = Param.Latency('0ns', "trace the kernel stack")
-    do_quiesce = Param.Bool(True, "enable quiesce instructions")
 
     wait_for_remote_gdb = Param.Bool(False,
         "Wait for a remote GDB connection");