hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/macintosh/windfarm_pm81.c
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Windfarm PowerMac thermal control. iMac G5
34 *
45 * (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
56 * <benh@kernel.crashing.org>
6
- *
7
- * Released under the term of the GNU GPL v2.
87 *
98 * The algorithm used is the PID control algorithm, used the same
109 * way the published Darwin code does, using the same values that
....@@ -90,7 +89,6 @@
9089 * from the SDB partition. If we ever end up with actually slewing the system
9190 * clock and thus changing operating points, we'll have to find a way to
9291 * communicate with the CPU freq driver;
93
- *
9492 */
9593
9694 #include <linux/types.h>