Review Board 2.0.15


mem: Make the requests carried by packets const

Review Request #2497 - Created Nov. 16, 2014 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10570:c19d57302758
---------------------------
mem: Make the requests carried by packets const

This adds a basic level of sanity checking to the packet by ensuring
that a request is not modified once the packet is created. The only
issue that had to be worked around is the relaying of
software-prefetches in the cache. The specific situation is now solved
by first copying the request, and then creating a new packet
accordingly.

   

Issue Summary

2 0 0 2
Review request changed
Updated (Dec. 2, 2014, 3:04 a.m.)

Status: Closed (submitted)