summaryrefslogtreecommitdiff
path: root/dev/tsunami.cc
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-02-05 13:17:44 -0500
committerAli Saidi <saidi@eecs.umich.edu>2004-02-05 13:17:44 -0500
commitf4ef613ffda7106147eb2591b9cf8af6609801a5 (patch)
tree93838e1218e888f459849c69db53790d9daef140 /dev/tsunami.cc
parent4bbe8c1058df973be0bff485d2765a54d149f130 (diff)
parent7a6a435983e368fba244ec0d6d18e2f7fcf73ee3 (diff)
downloadgem5-f4ef613ffda7106147eb2591b9cf8af6609801a5.tar.xz
mereged some comments with some of andrews changes
--HG-- extra : convert_revision : 8b3d1b2fe15eeb7d97462dac0043ca6b0863f6e6
Diffstat (limited to 'dev/tsunami.cc')
-rw-r--r--dev/tsunami.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tsunami.cc b/dev/tsunami.cc
index 5fe1d0f23..42281c507 100644
--- a/dev/tsunami.cc
+++ b/dev/tsunami.cc
@@ -78,7 +78,7 @@ BEGIN_INIT_SIM_OBJECT_PARAMS(Tsunami)
INIT_PARAM(ethernet, "ethernet controller"),
INIT_PARAM(cons, "system console"),
INIT_PARAM(intrctrl, "interrupt controller"),
- INIT_PARAM_DFLT(interrupt_frequency, "frequency of interrupts", 1200)
+ INIT_PARAM_DFLT(interrupt_frequency, "frequency of interrupts", 1024)
END_INIT_SIM_OBJECT_PARAMS(Tsunami)