blah: seabios quirks (not here)
[coreboot.git] / src / mainboard / asus / m5a99x-evo / dsdt.asl
index 88354cf93146b5dc2e2b35fc1b7351984a1b61f7..00169ab3481cea7dfdda8502c7635bf9b56cf394 100644 (file)
@@ -98,6 +98,24 @@ DefinitionBlock (
                        ) {
                        #include "acpi/cpstate.asl"
                }
+
+               Processor(
+                       CPU4,           /* name space name */
+                       4,              /* Unique number for this processor */
+                       0x0000,         /* PBLK system I/O address !hardcoded! */
+                       0x00            /* PBLKLEN for boot processor */
+                       ) {
+                       #include "acpi/cpstate.asl"
+               }
+
+               Processor(
+                       CPU5,           /* name space name */
+                       5,              /* Unique number for this processor */
+                       0x0000,         /* PBLK system I/O address !hardcoded! */
+                       0x00            /* PBLKLEN for boot processor */
+                       ) {
+                       #include "acpi/cpstate.asl"
+               }
        } /* End _PR scope */
 
        /* PIC IRQ mapping registers, C00h-C01h. */