mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
acpi: don't pass overflow_time to acpi_pm1_evt_get_sts
Pretty pointless, can easily be reached via ACPIREGS now. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
355bf2e5ba
commit
2886be1b01
4 changed files with 8 additions and 8 deletions
|
@ -131,7 +131,7 @@ static inline int64_t acpi_pm_tmr_get_clock(void)
|
|||
}
|
||||
|
||||
/* PM1a_EVT: piix and ich9 don't implement PM1b. */
|
||||
uint16_t acpi_pm1_evt_get_sts(ACPIREGS *ar, int64_t overflow_time);
|
||||
uint16_t acpi_pm1_evt_get_sts(ACPIREGS *ar);
|
||||
void acpi_pm1_evt_write_sts(ACPIREGS *ar, uint16_t val);
|
||||
void acpi_pm1_evt_power_down(ACPIREGS *ar);
|
||||
void acpi_pm1_evt_reset(ACPIREGS *ar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue