summaryrefslogtreecommitdiff
path: root/src/arch/x86/system.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-10 03:50:18 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-10 03:50:18 -0700
commitd897aa939f4fe558a8e41ba612d0f43931450677 (patch)
tree21f16d955bdecfc193c0cb3f21a3598b9c9db144 /src/arch/x86/system.cc
parent57d663877e2d8de9a4614b82f2b755fee0961e0d (diff)
downloadgem5-d897aa939f4fe558a8e41ba612d0f43931450677.tar.xz
X86: Move the smbios objects into a folder for BIOS objects.
Diffstat (limited to 'src/arch/x86/system.cc')
-rw-r--r--src/arch/x86/system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/system.cc b/src/arch/x86/system.cc
index 947a7793e..48f34918d 100644
--- a/src/arch/x86/system.cc
+++ b/src/arch/x86/system.cc
@@ -55,9 +55,9 @@
* Authors: Gabe Black
*/
+#include "arch/x86/bios/smbios.hh"
#include "arch/x86/miscregs.hh"
#include "arch/x86/system.hh"
-#include "arch/x86/smbios.hh"
#include "arch/vtophys.hh"
#include "base/remote_gdb.hh"
#include "base/loader/object_file.hh"