summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Nash <benash@umich.edu>2005-06-10 12:48:29 -0400
committerBenjamin Nash <benash@umich.edu>2005-06-10 12:48:29 -0400
commitaa1ebaca33a3a3c691fa4b4de6d5f80b80db32d5 (patch)
treeb315e88858e936b3537f9ff581dc7112e954277d
parentbaad1bb7af28edcf0c3a69fc0e99dacd96aefd90 (diff)
parentebb35e57cefbe83d0c99fa17dafdfe6945964bf6 (diff)
downloadgem5-aa1ebaca33a3a3c691fa4b4de6d5f80b80db32d5.tar.xz
Removed comment.
--HG-- extra : convert_revision : a19e33b0b522882bf43e21dd02ad76605411e650
-rw-r--r--python/m5/objects/System.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/m5/objects/System.py b/python/m5/objects/System.py
index c73d9a893..6d1d6a68c 100644
--- a/python/m5/objects/System.py
+++ b/python/m5/objects/System.py
@@ -1,6 +1,5 @@
from m5 import *
class System(SimObject):
- #type = 'BaseSystem'
type = 'System'
boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency,
"boot processor frequency")