summaryrefslogtreecommitdiff
path: root/src/kern
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/kern
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/kern')
-rw-r--r--src/kern/tru64/tru64_events.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/tru64/tru64_events.cc b/src/kern/tru64/tru64_events.cc
index c798c3ced..9fa770c4d 100644
--- a/src/kern/tru64/tru64_events.cc
+++ b/src/kern/tru64/tru64_events.cc
@@ -61,7 +61,7 @@ BadAddrEvent::process(ThreadContext *tc)
tc->getPhysPort()->getPeerAddressRanges(resp, snoop);
for(iter = resp.begin(); iter != resp.end(); iter++)
{
- if (*iter == (TheISA::K0Seg2Phys(a0) & EV5::PAddrImplMask))
+ if (*iter == (TheISA::K0Seg2Phys(a0) & AlphaISA::PAddrImplMask))
found = true;
}