summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_freq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/amec/amec_freq.c')
-rwxr-xr-xsrc/occ_405/amec/amec_freq.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/occ_405/amec/amec_freq.c b/src/occ_405/amec/amec_freq.c
index 1fcdf2f..a003dd1 100755
--- a/src/occ_405/amec/amec_freq.c
+++ b/src/occ_405/amec/amec_freq.c
@@ -545,6 +545,10 @@ void amec_slv_voting_box(void)
// End Function Specification
void amec_slv_freq_smh(void)
{
+// TODO/TEMP: Remove '#if 0' when/if needed. Currently does nothing and
+// causes warning of set but not used..
+#if 0
+
/*------------------------------------------------------------------------*/
/* Local Variables */
/*------------------------------------------------------------------------*/
@@ -572,7 +576,7 @@ void amec_slv_freq_smh(void)
{
// send an IPC with l_pstate to set pstates for all Cores
}
-
+#endif
}
OpenPOWER on IntegriCloud