summaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/acpi/sleep.asl')
-rw-r--r--src/mainboard/gizmosphere/gizmo/acpi/sleep.asl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
index 3c33defd4c..bb68f7a3d4 100644
--- a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
+++ b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
@@ -105,7 +105,8 @@ Method(\_WAK, 1) {
}
/* Arbitrarily clear PciExpWakeStatus */
- Store(PWST, PWST)
+ Store(PWST, Local1)
+ Store(Local1, PWST)
/* if(DeRefOf(Index(WKST,0))) {
* Store(0, Index(WKST,1))