diff options
author | Joel Hestness <hestness@cs.utexas.edu> | 2011-02-06 22:14:17 -0800 |
---|---|---|
committer | Joel Hestness <hestness@cs.utexas.edu> | 2011-02-06 22:14:17 -0800 |
commit | 38140b5519d7fb925e7a5c53be72399243112c80 (patch) | |
tree | 4c45ada2a1766350682d36724ade553a91462a64 /src/arch/x86/system.cc | |
parent | eea78f968b8c959e377bcdf50203c070de5057ac (diff) | |
download | gem5-38140b5519d7fb925e7a5c53be72399243112c80.tar.xz |
x86: implements vtophys
Calls walker to look up virt. to phys. page mapping
Diffstat (limited to 'src/arch/x86/system.cc')
-rw-r--r-- | src/arch/x86/system.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/system.cc b/src/arch/x86/system.cc index 3fc16e729..20ee484fb 100644 --- a/src/arch/x86/system.cc +++ b/src/arch/x86/system.cc @@ -39,6 +39,7 @@ #include "arch/x86/bios/smbios.hh" #include "arch/x86/bios/intelmp.hh" +#include "arch/x86/isa_traits.hh" #include "arch/x86/regs/misc.hh" #include "arch/x86/system.hh" #include "arch/vtophys.hh" |