Removed comment.

--HG--
extra : convert_revision : a19e33b0b522882bf43e21dd02ad76605411e650
This commit is contained in:
Benjamin Nash 2005-06-10 12:48:29 -04:00
commit aa1ebaca33

View file

@ -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")