pc: acpi: drop unused CPU_STATUS_LEN from DSDT
authorIgor Mammedov <imammedo@redhat.com>
Mon, 28 Dec 2015 17:02:22 +0000 (18:02 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 9 Jan 2016 21:20:17 +0000 (23:20 +0200)
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-dsdt-cpu-hotplug.dsl

index 1aff74627f55ab6e12047df8aea4fc5dbf356bb7..53e1389183334cac8c662353a27d0c9e1c26116d 100644 (file)
@@ -53,7 +53,6 @@ Scope(\_SB) {
         Sleep(200)
     }
 
-#define CPU_STATUS_LEN ACPI_GPE_PROC_LEN
     Method(PRSC, 0) {
         // Local5 = active cpu bitmap
         Store(PRS, Local5)