Bus: Remove redundant packet parameter from isOccupied
Review Request #1222 - Created May 25, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9027:7cd72272f04d --------------------------- Bus: Remove redundant packet parameter from isOccupied This patch merely remove the Packet* from the isOccupied member function. Historically this was used to check if the packet was an express snoop, but this is now done outside this function (where relevant).
util/regress all passing (disregarding t1000 and eio)
Posted (May 25, 2012, 2:59 a.m.)
-
src/mem/bus.cc (Diff revision 1) -
Although this isn't used today, would a derivative bus want the packet to determine this?
Ship It!
