mem: Ensure deferred snoops are cache-line aligned
authorAndreas Hansson <andreas.hansson@arm.com>
Sun, 19 Feb 2017 10:30:31 +0000 (05:30 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Sun, 19 Feb 2017 10:30:31 +0000 (05:30 -0500)
commit912b20d02a4ec12b076e675ff150e3f1e89febaa
tree59737428a17213413fd977c88d56f67bce559974
parent4fc16544af39cfb55feefcbcbb13e5e3c9f61b80
mem: Ensure deferred snoops are cache-line aligned

This patch fixes a bug where a deferred snoop ended up being to a
partial cache line, and not cache-line aligned, all due to how we copy
the packet.
src/mem/cache/mshr.cc