summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_controller.c
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-03-03 15:52:36 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-03-13 16:10:28 -0400
commit35eb166d9825cef7e483ac46f954ebc2777c16b3 (patch)
treeb817b3505001e2504eaa4a966c19842fad7f4ea4 /src/occ_405/amec/amec_controller.c
parentdb153208ff2010b1920d5622d4a6aa3ffcbc26eb (diff)
downloadtalos-occ-35eb166d9825cef7e483ac46f954ebc2777c16b3.tar.gz
talos-occ-35eb166d9825cef7e483ac46f954ebc2777c16b3.zip
Miscellaneous AMEC TODO Cleanup
Change-Id: I8b78383bc9c6ae992be734d51f20a640cd93d465 RTC:163356 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37490 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/amec/amec_controller.c')
-rw-r--r--src/occ_405/amec/amec_controller.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/occ_405/amec/amec_controller.c b/src/occ_405/amec/amec_controller.c
index 5bc858c..9da01de 100644
--- a/src/occ_405/amec/amec_controller.c
+++ b/src/occ_405/amec/amec_controller.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -102,7 +102,6 @@ void amec_controller_proc_thermal()
// Calculate the thermal control error
l_error = g_amec->thermalproc.setpoint - l_thermal_winner;
- // TODO: Get with Malcolm to migrate to 16-bit multiply
// Proportional Controller for the thermal control loop
l_throttle = (int32_t) l_error * g_amec->thermalproc.Pgain;
l_residue = (uint16_t) l_throttle;
OpenPOWER on IntegriCloud