summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-06-19 15:31:01 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-06-20 10:59:20 -0400
commit48fa2b333fd4bc2b4ab58fe54a69f7a21eb1b17c (patch)
tree703728a16724a5fc1dde4e6c7284466659ba5cc3 /src
parent20590b1e2375d7f6e6ba3cc7f6812c9e0defc48f (diff)
downloadtalos-occ-48fa2b333fd4bc2b4ab58fe54a69f7a21eb1b17c.tar.gz
talos-occ-48fa2b333fd4bc2b4ab58fe54a69f7a21eb1b17c.zip
Update RTC tag to more accurate story
Change-Id: Iea8bc9321fa16829c64204461bad441561425cbc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42072 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')
-rwxr-xr-xsrc/occ_405/proc/proc_pstate.c4
-rw-r--r--src/occ_405/wof/wof.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/occ_405/proc/proc_pstate.c b/src/occ_405/proc/proc_pstate.c
index 0381dbb..986fd2b 100755
--- a/src/occ_405/proc/proc_pstate.c
+++ b/src/occ_405/proc/proc_pstate.c
@@ -275,8 +275,8 @@ void populate_opal_static_pstates_data(void)
for (i=0; i<MAX_NUM_CORES; i++)
{
- // TODO - RTC:130216 fix entries for WOF systems
- G_opal_static_table.max_pstate[i] = G_opal_static_table.config.pturbo;
+ // TODO - RTC:170582 fix entries for WOF systems
+ G_opal_static_table.max_pstate[i] = G_opal_static_table.config.puturbo;
}
}
diff --git a/src/occ_405/wof/wof.c b/src/occ_405/wof/wof.c
index 2f4a6c5..ec49242 100644
--- a/src/occ_405/wof/wof.c
+++ b/src/occ_405/wof/wof.c
@@ -1162,7 +1162,7 @@ inline void calculate_AC_currents( void )
*
* Param: The desired core number
*
- * Return: Returns TRUE if the core is powered on, FALSE otherwise
+ * Return: Returns a non-zero value if the core is powered on, 0 otherwise
*/
inline uint32_t core_powered_on(uint8_t i_core_num)
{
OpenPOWER on IntegriCloud