summaryrefslogtreecommitdiff
path: root/src/arch/x86/vtophys.hh
diff options
context:
space:
mode:
authorJoel Hestness <hestness@cs.utexas.edu>2011-02-06 22:14:17 -0800
committerJoel Hestness <hestness@cs.utexas.edu>2011-02-06 22:14:17 -0800
commit38140b5519d7fb925e7a5c53be72399243112c80 (patch)
tree4c45ada2a1766350682d36724ade553a91462a64 /src/arch/x86/vtophys.hh
parenteea78f968b8c959e377bcdf50203c070de5057ac (diff)
downloadgem5-38140b5519d7fb925e7a5c53be72399243112c80.tar.xz
x86: implements vtophys
Calls walker to look up virt. to phys. page mapping
Diffstat (limited to 'src/arch/x86/vtophys.hh')
-rw-r--r--src/arch/x86/vtophys.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/vtophys.hh b/src/arch/x86/vtophys.hh
index 8b8ddf467..10522313c 100644
--- a/src/arch/x86/vtophys.hh
+++ b/src/arch/x86/vtophys.hh
@@ -40,12 +40,9 @@
#ifndef __ARCH_X86_VTOPHYS_HH__
#define __ARCH_X86_VTOPHYS_HH__
-#include "arch/x86/isa_traits.hh"
-#include "arch/x86/pagetable.hh"
#include "base/types.hh"
class ThreadContext;
-class FunctionalPort;
namespace X86ISA
{