Ruby: Ensure snoop requests are sent using sendTimingSnoopReq
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 4 May 2012 07:30:02 +0000 (03:30 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 4 May 2012 07:30:02 +0000 (03:30 -0400)
commit15e28c5ba6ef0a436d05468e3113304987257b0b
treec7a5c3a5b235cff56aa229e2700eda2c0b6e07ca
parente8f56bdf45cf77083525273fe83fca95a165d40f
Ruby: Ensure snoop requests are sent using sendTimingSnoopReq

This patch fixes a bug that caused snoop requests to be placed in a
packet queue. Instead, the packet is now sent immediately using
sendTimingSnoopReq, thus bypassing the packet queue and any normal
responses waiting to be sent.
src/mem/ruby/system/RubyPort.cc