mem: Rename the ASI_BITS flag field in Request
authorAndreas Sandberg <andreas@sandberg.pp.se>
Tue, 15 Oct 2013 11:26:34 +0000 (13:26 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Tue, 15 Oct 2013 11:26:34 +0000 (13:26 +0200)
commit4f5775df64b1b16ef4a3a02b12e4ac8a6370baed
tree6933585e3ec5438884333dbe73d82c537ef3abb2
parent5e7738467bbc928ff163afc5b94c81385cc6778e
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().
src/arch/sparc/tlb.cc
src/mem/request.hh