Ruby Sequencer: Schedule deadlock check event at correct time
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 22 May 2012 16:32:57 +0000 (11:32 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 22 May 2012 16:32:57 +0000 (11:32 -0500)
commit6a966d5eeb2f73c5c3e48a7abe7db4a47902d121
treebc4981653de77935becf9cc0e6bc7536a91b2ddb
parent4d4d212ae974b3a3ad6d185902d4896c0233a8d9
Ruby Sequencer: Schedule deadlock check event at correct time
The scheduling of the deadlock check event was being done incorrectly as the
clock was not being multiplied, so as to convert the time into ticks. This
patch removes that bug.
src/mem/ruby/system/Sequencer.cc