aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2015-12-28 18:02:22 +0100
committerMichael S. Tsirkin <mst@redhat.com>2016-01-09 23:20:17 +0200
commit1295e21a17083a2babfcf12511c1b2ebfdcc978d (patch)
tree3a25422ca16b142faadf6466935d6d9e5b57e309 /hw
parentf84548dda458bc4da89ecee7f812fcd4ce2eb651 (diff)
downloadqemu-1295e21a17083a2babfcf12511c1b2ebfdcc978d.zip
qemu-1295e21a17083a2babfcf12511c1b2ebfdcc978d.tar.gz
qemu-1295e21a17083a2babfcf12511c1b2ebfdcc978d.tar.bz2
pc: acpi: drop unused CPU_STATUS_LEN from DSDT
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>
Diffstat (limited to 'hw')
-rw-r--r--hw/i386/acpi-dsdt-cpu-hotplug.dsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl b/hw/i386/acpi-dsdt-cpu-hotplug.dsl
index 1aff746..53e1389 100644
--- a/hw/i386/acpi-dsdt-cpu-hotplug.dsl
+++ b/hw/i386/acpi-dsdt-cpu-hotplug.dsl
@@ -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)