Fix some errors related to snooping and functional access in the bus
authorRon Dreslinski <rdreslin@umich.edu>
Tue, 14 Nov 2006 02:33:01 +0000 (21:33 -0500)
committerRon Dreslinski <rdreslin@umich.edu>
Tue, 14 Nov 2006 02:33:01 +0000 (21:33 -0500)
commit9b6fd56dd5700e29904ab03f445eafe4fcba7853
tree06b2854967a5129cd5eb6a6032f59e70381aca85
parent6c5c51338d85f54953d11fefd956baceed37c010
Fix some errors related to snooping and functional access in the bus

src/mem/bus.cc:
    Only call snoop once per port, need to fix it so snoop ranges that overlap aren't added to list
    Functional accesses that call snoop and it goes to a higher bus may change the src, reset it after each snoop.

--HG--
extra : convert_revision : 7276059c798a85cb9d138ccc5531298ecd055c13
src/mem/bus.cc