summaryrefslogtreecommitdiffstats
path: root/hw/acpi_ich9.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-11-23 15:37:05 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-12-04 13:52:43 +0100
commitc84649ca66a32aadba20a8202062b02247270ee5 (patch)
tree07a03290b679584c89ef7954ed940f00573f77ab /hw/acpi_ich9.c
parentb65b93f24cb84923d2d7d43cf87d40bc88b6bdcd (diff)
downloadhqemu-c84649ca66a32aadba20a8202062b02247270ee5.zip
hqemu-c84649ca66a32aadba20a8202062b02247270ee5.tar.gz
acpi: remove acpi_gpe_blk
With gpe being switched to memory api this is no longer needed. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/acpi_ich9.c')
-rw-r--r--hw/acpi_ich9.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/acpi_ich9.c b/hw/acpi_ich9.c
index db0d7a5..c5978d3 100644
--- a/hw/acpi_ich9.c
+++ b/hw/acpi_ich9.c
@@ -212,7 +212,6 @@ void ich9_pm_init(ICH9LPCPMRegs *pm, qemu_irq sci_irq, qemu_irq cmos_s3)
acpi_pm1_cnt_init(&pm->acpi_regs, &pm->io);
acpi_gpe_init(&pm->acpi_regs, ICH9_PMIO_GPE0_LEN);
- acpi_gpe_blk(&pm->acpi_regs, 0);
memory_region_init_io(&pm->io_gpe, &ich9_gpe_ops, pm, "apci-gpe0",
ICH9_PMIO_GPE0_LEN);
memory_region_add_subregion(&pm->io, ICH9_PMIO_GPE0_STS, &pm->io_gpe);
OpenPOWER on IntegriCloud