diff options
author | cdirik <cdirik@micron.com> | 2015-01-06 15:10:22 -0700 |
---|---|---|
committer | cdirik <cdirik@micron.com> | 2015-01-06 15:10:22 -0700 |
commit | 1693e526d090f47323e378f0bd8546f28c2a97f7 (patch) | |
tree | bf026901c1b0fd644cef546fc1d69e252a46e789 /src/dev/alpha | |
parent | 1c1fb2c9886134c5ab4a877e2ac5baae8c2390a9 (diff) | |
download | gem5-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/alpha')
-rw-r--r-- | src/dev/alpha/tsunami_io.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/alpha/tsunami_io.cc b/src/dev/alpha/tsunami_io.cc index a20cd8a88..2236546fc 100644 --- a/src/dev/alpha/tsunami_io.cc +++ b/src/dev/alpha/tsunami_io.cc @@ -288,6 +288,7 @@ void TsunamiIO::startup() { rtc.startup(); + pitimer.startup(); } TsunamiIO * |