summaryrefslogtreecommitdiff
path: root/hw/i386/acpi-dsdt.dsl
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2015-12-28 18:02:27 +0100
committerMichael S. Tsirkin <mst@redhat.com>2016-01-09 23:20:17 +0200
commit6b30608774cf7efddd1893fe9187d7f0bcdde979 (patch)
treebb5a99e4f4a7ea1f52435d65d03ab29da0847602 /hw/i386/acpi-dsdt.dsl
parentf294ecbc13e08eeac474df3492e4c8eff14e419f (diff)
downloadqemu-6b30608774cf7efddd1893fe9187d7f0bcdde979.zip
pc: acpi: cpuhp: move \_GPE._E02() into SSDT
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/i386/acpi-dsdt.dsl')
-rw-r--r--hw/i386/acpi-dsdt.dsl9
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/i386/acpi-dsdt.dsl b/hw/i386/acpi-dsdt.dsl
index 6a0c656b1d..007d3c9593 100644
--- a/hw/i386/acpi-dsdt.dsl
+++ b/hw/i386/acpi-dsdt.dsl
@@ -247,11 +247,6 @@ DefinitionBlock (
}
}
-#include "hw/acpi/pc-hotplug.h"
-#define CPU_STATUS_BASE PIIX4_CPU_HOTPLUG_IO_BASE
-#include "acpi-dsdt-cpu-hotplug.dsl"
-
-
/****************************************************************
* General purpose events
****************************************************************/
@@ -266,10 +261,6 @@ DefinitionBlock (
\_SB.PCI0.PCNT()
Release(\_SB.PCI0.BLCK)
}
- Method(_E02) {
- // CPU hotplug event
- \_SB.CPU_SCAN_METHOD()
- }
Method(_L04) {
}
Method(_L05) {