Don't propagate snoops across bridges. Wouldn't work anyway.

--HG--
extra : convert_revision : af29fc7d0c134f5e89dd2e814c819151350fcb38
This commit is contained in:
Steve Reinhardt 2007-06-30 18:03:17 -07:00
parent 07f091d6ed
commit 5e59739416

View file

@ -360,6 +360,8 @@ Bridge::BridgePort::getDeviceAddressRanges(AddrRangeList &resp,
bool &snoop)
{
otherPort->getPeerAddressRanges(resp, snoop);
// we don't allow snooping across bridges
snoop = false;
}
BEGIN_DECLARE_SIM_OBJECT_PARAMS(Bridge)