From 3d1734ec29a0572a2c0fe403d737adbd9756c993 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Oct 2008 23:43:33 -0700 Subject: X86: Create SimObjects in python and C++ to represent the ACPI system description tables. --- src/arch/x86/system.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/x86/system.cc') diff --git a/src/arch/x86/system.cc b/src/arch/x86/system.cc index b2fadd682..ed3dae4e6 100644 --- a/src/arch/x86/system.cc +++ b/src/arch/x86/system.cc @@ -77,7 +77,8 @@ using namespace X86ISA; X86System::X86System(Params *p) : System(p), smbiosTable(p->smbios_table), mpFloatingPointer(p->intel_mp_pointer), - mpConfigTable(p->intel_mp_table) + mpConfigTable(p->intel_mp_table), + rsdp(p->acpi_description_table_pointer) {} void -- cgit v1.2.3