mirror of
https://github.com/acpica/acpica/
synced 2025-03-15 10:42:55 +03:00

Removed locking for reads from the ACPI bit registers in PM1 Status, Enable, Control, and PM2 Control. The lock is not required when reading the single-bit registers. The AcpiGetRegisterUnlocked function is no longer needed and has been removed. This will improve performance for reads on these registers. ACPICA BZ 760.
Description
No description provided
Languages
ASL
68.4%
C
29.2%
Yacc
0.8%
HTML
0.5%
Shell
0.5%
Other
0.6%