Bus: Remove redundant packet parameter from isOccupied
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 30 May 2012 09:31:11 +0000 (05:31 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 30 May 2012 09:31:11 +0000 (05:31 -0400)
commitb8cf48accc611a09314454d1573ee531f2770264
treef18b58416468a7e26fb0669bba98567932decfe9
parent5880fbe96dea23c7b036e2ff9c7dcb4d206402ad
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).
src/mem/bus.cc
src/mem/bus.hh