diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-10-23 00:39:15 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-10-23 00:39:15 -0400 |
commit | 3ab83348d2baa56b41f4bd35c65bb0bcaa4fb035 (patch) | |
tree | 262cf8c19fd5b8b4f1b403a2a24aa83f63ba81b6 /arch/alpha/vtophys.cc | |
parent | f834289a513aeeda96feadfe2b1227d12919912b (diff) | |
download | gem5-3ab83348d2baa56b41f4bd35c65bb0bcaa4fb035.tar.xz |
in the arch/alpha directory we should use arch/alpha, not
targetarch.
arch/alpha/alpha_memory.cc:
arch/alpha/arguments.cc:
arch/alpha/arguments.hh:
arch/alpha/faults.cc:
arch/alpha/isa_traits.hh:
arch/alpha/osfpal.cc:
arch/alpha/vtophys.cc:
arch/alpha/vtophys.hh:
in the arch/alpha directory we should use arch/alpha, not
targetarch. sort includes while we're here.
--HG--
extra : convert_revision : 99a71540e2997173db5c1072cef910a26acc75b2
Diffstat (limited to 'arch/alpha/vtophys.cc')
-rw-r--r-- | arch/alpha/vtophys.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/alpha/vtophys.cc b/arch/alpha/vtophys.cc index ca6c280bc..493a2380e 100644 --- a/arch/alpha/vtophys.cc +++ b/arch/alpha/vtophys.cc @@ -28,12 +28,11 @@ #include <string> -#include "targetarch/pmap.h" - +#include "arch/alpha/pmap.h" +#include "arch/alpha/vtophys.hh" +#include "base/trace.hh" #include "cpu/exec_context.hh" #include "mem/functional_mem/physical_memory.hh" -#include "base/trace.hh" -#include "targetarch/vtophys.hh" using namespace std; |