From 38140b5519d7fb925e7a5c53be72399243112c80 Mon Sep 17 00:00:00 2001 From: Joel Hestness Date: Sun, 6 Feb 2011 22:14:17 -0800 Subject: x86: implements vtophys Calls walker to look up virt. to phys. page mapping --- src/arch/x86/system.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/system.cc') 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" -- cgit v1.2.3