]> Git Repo - qemu.git/blobdiff - hw/i386/acpi-dsdt-cpu-hotplug.dsl
9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv
[qemu.git] / hw / i386 / acpi-dsdt-cpu-hotplug.dsl
index 995b415bae498ad8782448e8aa949674d848a61a..1aff74627f55ab6e12047df8aea4fc5dbf356bb7 100644 (file)
@@ -21,6 +21,7 @@ Scope(\_SB) {
     /* Objects filled in by run-time generated SSDT */
     External(NTFY, MethodObj)
     External(CPON, PkgObj)
+    External(PRS, FieldUnitObj)
 
     /* Methods called by run-time generated SSDT Processor objects */
     Method(CPMA, 1, NotSerialized) {
@@ -52,10 +53,7 @@ Scope(\_SB) {
         Sleep(200)
     }
 
-    OperationRegion(PRST, SystemIO, 0xaf00, 32)
-    Field(PRST, ByteAcc, NoLock, Preserve) {
-        PRS, 256
-    }
+#define CPU_STATUS_LEN ACPI_GPE_PROC_LEN
     Method(PRSC, 0) {
         // Local5 = active cpu bitmap
         Store(PRS, Local5)
This page took 0.022914 seconds and 4 git commands to generate.