CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/01 11:09:00
Modified files:
sys/dev/acpi : acpi.c acpivar.h
Log message:
GPE_DIRECT is calling the AML parser from interrupt context, which is
not permitted. Luckily nothing is using GPE_DIRECT anymore, so this code
can be deleted.
ok kettenis
