diff options
Diffstat (limited to 'src/arch/x86/system.hh')
-rw-r--r-- | src/arch/x86/system.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/system.hh b/src/arch/x86/system.hh index 7433cc644..12a471f6f 100644 --- a/src/arch/x86/system.hh +++ b/src/arch/x86/system.hh @@ -102,6 +102,7 @@ class X86System : public System X86ISA::SMBios::SMBiosTable * smbiosTable; X86ISA::IntelMP::FloatingPointer * mpFloatingPointer; X86ISA::IntelMP::ConfigTable * mpConfigTable; + X86ISA::ACPI::RSDP * rsdp; void writeOutSMBiosTable(Addr header, Addr &headerSize, Addr &tableSize, Addr table = 0); |