1ba753acb3
Enhanced the implementation of the interpreters' serialized mode (boot with "acpi_serialize" to set acpi_glb_all_methods_serialized flag.) When this mode is specified, instead of creating a serialization semaphore per control method, the interpreter lock is simply no longer released before a blocking operation during control method execution. This effectively makes the AML Interpreter single-threaded. The overhead of a semaphore per-method is eliminated. Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> |
||
---|---|---|
.. | ||
exconfig.c | ||
exconvrt.c | ||
excreate.c | ||
exdump.c | ||
exfield.c | ||
exfldio.c | ||
exmisc.c | ||
exmutex.c | ||
exnames.c | ||
exoparg1.c | ||
exoparg2.c | ||
exoparg3.c | ||
exoparg6.c | ||
exprep.c | ||
exregion.c | ||
exresnte.c | ||
exresolv.c | ||
exresop.c | ||
exstore.c | ||
exstoren.c | ||
exstorob.c | ||
exsystem.c | ||
exutils.c | ||
Makefile |