On Mon, May 25, 2020 at 20:24:55 +0200, Ard Biesheuvel wrote: > The _EVT method on the ACPI0013 Generic Event device takes a single > argument. Even though we are not interested in its value (given that > there is only one interrupt source), we still have to declare the > prototype correctly, or the OS might complain and refuse to call it. > > Signed-off-by: Ard Biesheuvel <ard.biesheu...@arm.com>
Reviewed-by: Leif Lindholm <l...@nuviainc.com> > --- > Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > b/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > index 0ea8ce6d5f44..50f1753c3565 100644 > --- a/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > +++ b/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > @@ -226,7 +226,7 @@ DefinitionBlock ("DsdtTable.aml", "DSDT", 1, "SNI", > "SYNQUACR", > MASK = 0xfffffeff > } > > - Method (_EVT) { > + Method (_EVT, 0x1) { > REQC = 0x100 > Notify (\_SB.PWRB, 0x80) > } > -- > 2.17.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#60297): https://edk2.groups.io/g/devel/message/60297 Mute This Topic: https://groups.io/mt/74462931/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-