diff options
author | Andreas Sandberg <andreas@sandberg.pp.se> | 2013-10-15 13:26:34 +0200 |
---|---|---|
committer | Andreas Sandberg <andreas@sandberg.pp.se> | 2013-10-15 13:26:34 +0200 |
commit | 4f5775df64b1b16ef4a3a02b12e4ac8a6370baed (patch) | |
tree | 6933585e3ec5438884333dbe73d82c537ef3abb2 /src/cpu/inorder/cpu.hh | |
parent | 5e7738467bbc928ff163afc5b94c81385cc6778e (diff) | |
download | gem5-4f5775df64b1b16ef4a3a02b12e4ac8a6370baed.tar.xz |
mem: Rename the ASI_BITS flag field in Request
ASI_BITS in the Request object were originally used to store a memory
request's ASI on SPARC. This is not the case any more since other ISAs
use the ASI bits to store architecture-dependent information. This
changeset renames the ASI_BITS to ARCH_BITS which better describes
their use. Additionally, the getAsi() accessor is renamed to
getArchFlags().
Diffstat (limited to 'src/cpu/inorder/cpu.hh')
0 files changed, 0 insertions, 0 deletions