summaryrefslogtreecommitdiff
path: root/src/mem/bus.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/bus.cc')
-rw-r--r--src/mem/bus.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mem/bus.cc b/src/mem/bus.cc
index 8e74212e0..3fa7c7231 100644
--- a/src/mem/bus.cc
+++ b/src/mem/bus.cc
@@ -195,8 +195,7 @@ BaseBus::Layer<PortClass>::tryTiming(PortClass* port, PortID dest_port_id)
// if the destination port is already engaged in a transaction
// waiting for a retry from the peer
if (state == BUSY || (state == RETRY && port != retryingPort) ||
- (dest_port_id != InvalidPortID &&
- waitingForPeer[dest_port_id] != NULL)) {
+ waitingForPeer[dest_port_id] != NULL) {
// put the port at the end of the retry list waiting for the
// layer to be freed up (and in the case of a busy peer, for
// that transaction to go through, and then the bus to free