summaryrefslogtreecommitdiff
path: root/src/arch/x86/bios/ACPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/bios/ACPI.py')
-rw-r--r--src/arch/x86/bios/ACPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bios/ACPI.py b/src/arch/x86/bios/ACPI.py
index 20eb66be0..6f7cae946 100644
--- a/src/arch/x86/bios/ACPI.py
+++ b/src/arch/x86/bios/ACPI.py
@@ -94,6 +94,6 @@ class X86ACPIRSDP(SimObject):
# here.
revision = Param.UInt8(2, 'revision of ACPI being used, zero indexed')
- rsdt = Param.X86ACPIRSDT('root system description table')
+ rsdt = Param.X86ACPIRSDT(NULL, 'root system description table')
xsdt = Param.X86ACPIXSDT(X86ACPIXSDT(),
'extended system description table')