aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/sitemp_g1p1/acpi/thermal.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/sitemp_g1p1/acpi/thermal.asl')
-rw-r--r--src/mainboard/siemens/sitemp_g1p1/acpi/thermal.asl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/siemens/sitemp_g1p1/acpi/thermal.asl b/src/mainboard/siemens/sitemp_g1p1/acpi/thermal.asl
index 1d36f27a9c..035e7d4ad1 100644
--- a/src/mainboard/siemens/sitemp_g1p1/acpi/thermal.asl
+++ b/src/mainboard/siemens/sitemp_g1p1/acpi/thermal.asl
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
-
+
/* THERMAL */
Scope(\_TZ) {
Name (KELV, 2732)
@@ -51,7 +51,7 @@ Scope(\_TZ) {
/* DBGO("\\_TZ\\TZ00\\FAN0 _OFF\n") */
}
}
-
+
// Processors used for active cooling
Method (_PSL, 0, Serialized)
{
@@ -60,7 +60,7 @@ Scope(\_TZ) {
}
Return (Package() {\_PR.CPU0})
}
-
+
Method(_HOT,0) { /* return hot temp in tenths degree Kelvin */
/* DBGO("\\_TZ\\TZ00\\_HOT\n") */
Return (Add (THOT, KELV))
@@ -96,4 +96,4 @@ Scope(\_TZ) {
}
} /* end of _TMP */
} /* end of TZ00 */
-} \ No newline at end of file
+}