summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/acpi/ctdp.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/haswell/acpi/ctdp.asl')
-rw-r--r--src/northbridge/intel/haswell/acpi/ctdp.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/intel/haswell/acpi/ctdp.asl b/src/northbridge/intel/haswell/acpi/ctdp.asl
index 7e59fb52ef..84c0f2f20a 100644
--- a/src/northbridge/intel/haswell/acpi/ctdp.asl
+++ b/src/northbridge/intel/haswell/acpi/ctdp.asl
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-//Scope (\_SB.PCI0.MCHC)
-//{
+Scope (\_SB.PCI0.MCHC)
+{
Mutex (CTCM, 1) /* CTDP Switch Mutex (sync level 1) */
Name (CTCC, 0) /* CTDP Current Selection */
Name (CTCN, 0) /* CTDP Nominal Select */
@@ -219,4 +219,4 @@
Release (CTCM)
Return (1)
}
-//}
+}