Skip to content

Commit

Permalink
Update RTC tag to more accurate story
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aalugore authored and wilbryan committed Jun 20, 2017
1 parent 20590b1 commit 48fa2b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/occ_405/proc/proc_pstate.c
Expand Up @@ -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;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/occ_405/wof/wof.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 48fa2b3

Please sign in to comment.