summaryrefslogtreecommitdiff
path: root/src/mainboard/acer/aspire_vn7_572g/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/acer/aspire_vn7_572g/acpi')
-rw-r--r--src/mainboard/acer/aspire_vn7_572g/acpi/thermal.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/acer/aspire_vn7_572g/acpi/thermal.asl b/src/mainboard/acer/aspire_vn7_572g/acpi/thermal.asl
index 7d175a23e5..285615d3f8 100644
--- a/src/mainboard/acer/aspire_vn7_572g/acpi/thermal.asl
+++ b/src/mainboard/acer/aspire_vn7_572g/acpi/thermal.asl
@@ -12,14 +12,14 @@ Scope (_TZ)
Local0 = \_SB.PCI0.LPCB.EC0.MS0T
Local1 = \_SB.PCI0.LPCB.EC0.MCSS
/* Suppress warning over reading status flag by dummy OR */
- Or (Local1, 1, Local1)
+ Local1 |= 1
Local2 = \_SB.PCI0.LPCB.EC0.MOSD
#else
Local0 = \_SB.PCI0.LPCB.EC0.ES0T
/* "MCSS": Considering neighbouring bits, likely
"ESSF" in thermals, not "ECSS" in power notifications */
Local1 = \_SB.PCI0.LPCB.EC0.ESSF
- Or (Local1, 1, Local1)
+ Local1 |= 1
Local2 = \_SB.PCI0.LPCB.EC0.EOSD
#endif
If (Local2) // Thermal trip