Review Board 2.0.15


mem: Add deferred packet class to prefetcher

Review Request #1711 - Created Feb. 13, 2013 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9517:df4148b7d60a
---------------------------
mem: Add deferred packet class to prefetcher

This patch removes the time field from the packet as it was only used
by the preftecher. Similar to the packet queue, the prefetcher now
wraps the packet in a deferred packet, which also has a tick
representing the absolute time when the packet should be sent.
All regressions passing (excluding t1000 and eio)