svn commit: r236414 - in head/sys: amd64/acpica i386/acpica

Mitsuru IWASAKI iwasaki at jp.FreeBSD.org
Fri Jun 1 18:43:57 UTC 2012


Hi, thanks for following up.

> Log:
>   Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.

Are you sure about this?  Original code is like this (interrupt ENABLED);

----
        intr_restore(rf);
 
        AcpiSetFirmwareWakingVector(0);

        if (ret == 0 && mem_range_softc.mr_op != NULL &&
----

Regarding to ACPICA source code, they said nothing about this
so I think it's not big deal.

Just FYI, AcpiSetFirmwareWakingVector(0) was called with interrupt
enabled in Linux.

Thanks


More information about the svn-src-head mailing list