mem: Add privilege info to request class
Review Request #2062 - Created Oct. 17, 2013 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9868:e8f9529476a1 --------------------------- mem: Add privilege info to request class This patch adds a flag in the request class that indicates if the request was made in privileged mode.
Is this a flag that we expect to be used by other ISAs or the rest of the memory system (e.g., caches) is it going to stay ARM-specific? In the latter case, it should probably be stored in the ARCH_BITS part of the flags field instead. Looks OK other than the question above.
