From 3ab83348d2baa56b41f4bd35c65bb0bcaa4fb035 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 23 Oct 2004 00:39:15 -0400 Subject: 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 --- arch/alpha/vtophys.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'arch/alpha/vtophys.cc') 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 -#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; -- cgit v1.2.3