summaryrefslogtreecommitdiff
path: root/src/python/m5/objects
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2006-12-29 16:58:08 -0800
committerNathan Binkert <binkertn@umich.edu>2006-12-29 16:58:08 -0800
commitf6aa2ed47bbd3482ee970e92ad3af3d9ed455a6b (patch)
tree2ae56e321320e8a8699f6a6ba716432ce0cb259e /src/python/m5/objects
parentb48a8fb34706972c7474f2390029ec9f5b8c94f3 (diff)
parent81e0ac300036f0de0d8959d2320cbd6a2b3ae285 (diff)
downloadgem5-f6aa2ed47bbd3482ee970e92ad3af3d9ed455a6b.tar.xz
Merge zizzer.eecs.umich.edu:/bk/newmem
into iceaxe.:/Volumes/work/m5/incoming --HG-- extra : convert_revision : dad5311afaaf40c1378017514c8b3f73852f13f5
Diffstat (limited to 'src/python/m5/objects')
-rw-r--r--src/python/m5/objects/BaseCPU.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/m5/objects/BaseCPU.py b/src/python/m5/objects/BaseCPU.py
index 8037c90af..67a28a61e 100644
--- a/src/python/m5/objects/BaseCPU.py
+++ b/src/python/m5/objects/BaseCPU.py
@@ -41,7 +41,8 @@ class BaseCPU(SimObject):
"terminate when all threads have reached this load count")
max_loads_any_thread = Param.Counter(0,
"terminate when any thread reaches this load count")
- progress_interval = Param.Tick(0, "interval to print out the progress message")
+ progress_interval = Param.Tick(0,
+ "interval to print out the progress message")
defer_registration = Param.Bool(False,
"defer registration with system (for sampling)")