summaryrefslogtreecommitdiff
path: root/src/dev/mips
diff options
context:
space:
mode:
authorcdirik <cdirik@micron.com>2015-01-06 15:10:22 -0700
committercdirik <cdirik@micron.com>2015-01-06 15:10:22 -0700
commit1693e526d090f47323e378f0bd8546f28c2a97f7 (patch)
treebf026901c1b0fd644cef546fc1d69e252a46e789 /src/dev/mips
parent1c1fb2c9886134c5ab4a877e2ac5baae8c2390a9 (diff)
downloadgem5-1693e526d090f47323e378f0bd8546f28c2a97f7.tar.xz
dev: prevent intel 8254 timer counter events firing before startup
This change includes edits to Intel8254Timer to prevent counter events firing before startup to comply with SimObject initialization call sequence. Committed by: Nilay Vaish <nilay@cs.wisc.edu>
Diffstat (limited to 'src/dev/mips')
-rwxr-xr-xsrc/dev/mips/malta_io.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/mips/malta_io.cc b/src/dev/mips/malta_io.cc
index 6797a054c..d79e43260 100755
--- a/src/dev/mips/malta_io.cc
+++ b/src/dev/mips/malta_io.cc
@@ -146,6 +146,7 @@ void
MaltaIO::startup()
{
rtc.startup();
+ pitimer.startup();
}
MaltaIO *