projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c29167
)
mem: Remove stale argument from a DPRINTF in the cache code
author
Nikos Nikoleris
<nikos.nikoleris@arm.com>
Mon, 11 Jul 2016 09:39:22 +0000
(10:39 +0100)
committer
Nikos Nikoleris
<nikos.nikoleris@arm.com>
Mon, 11 Jul 2016 09:39:22 +0000
(10:39 +0100)
Change-Id: I70dd11c23b45dfc606ef08233d2e50fcc0817505
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/mem/cache/cache.cc
patch
|
blob
|
history
diff --git
a/src/mem/cache/cache.cc
b/src/mem/cache/cache.cc
index e6247823c8488c5e1bf54bf6794db934b51f5889..15c2b7a542712ea7b6e315d4f13ccb3f988631db 100644
(file)
--- a/
src/mem/cache/cache.cc
+++ b/
src/mem/cache/cache.cc
@@
-733,8
+733,7
@@
Cache::recvTimingReq(PacketPtr pkt)
cpuSidePort->schedTimingResp(pkt, request_time, true);
} else {
DPRINTF(Cache, "%s satisfied %s addr %#llx, no response needed\n",
- __func__, pkt->cmdString(), pkt->getAddr(),
- pkt->getSize());
+ __func__, pkt->cmdString(), pkt->getAddr());
// queue the packet for deletion, as the sending cache is
// still relying on it; if the block is found in access(),