summaryrefslogtreecommitdiff
path: root/src/arch/mips/mips_core_specific.cc
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-09-27 21:03:45 -0700
committerNathan Binkert <nate@binkert.org>2008-09-27 21:03:45 -0700
commit0b30c345f17f928c99660d633147f24f4f0035bd (patch)
tree2559e9ac3035d12ae0887f886267b0935a0f6931 /src/arch/mips/mips_core_specific.cc
parent819023b8e2be98479a391cec1b24dbe159479737 (diff)
downloadgem5-0b30c345f17f928c99660d633147f24f4f0035bd.tar.xz
alpha: Get rid fo the namespace called EV5.
We're never going to do an alpha platform other than the one we've got.
Diffstat (limited to 'src/arch/mips/mips_core_specific.cc')
-rwxr-xr-xsrc/arch/mips/mips_core_specific.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/mips/mips_core_specific.cc b/src/arch/mips/mips_core_specific.cc
index a17ebcdf3..80d856b0c 100755
--- a/src/arch/mips/mips_core_specific.cc
+++ b/src/arch/mips/mips_core_specific.cc
@@ -113,13 +113,13 @@ MipsISA::processInterrupts(CPU *cpu)
/*int
MipsISA::MiscRegFile::getInstAsid()
{
- return EV5::ITB_ASN_ASN(ipr[IPR_ITB_ASN]);
+ return AlphaISA::ITB_ASN_ASN(ipr[IPR_ITB_ASN]);
}
int
MipsISA::MiscRegFile::getDataAsid()
{
- return EV5::DTB_ASN_ASN(ipr[IPR_DTB_ASN]);
+ return AlphaISA::DTB_ASN_ASN(ipr[IPR_DTB_ASN]);
}*/