summaryrefslogtreecommitdiffstats
path: root/src/occ_405/thread/chom.c
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-12-12 14:48:59 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-12-15 15:49:58 -0500
commit08961278f496e058964d217593a06303ea96b4f3 (patch)
tree1291d786b08ee9aea76819924a79a4ba5bcadc39 /src/occ_405/thread/chom.c
parente350693c96096f1e607423c974082bf3d0b2a7ae (diff)
downloadtalos-occ-08961278f496e058964d217593a06303ea96b4f3.tar.gz
talos-occ-08961278f496e058964d217593a06303ea96b4f3.zip
dcom/ thread/ rtls/ TODO clean up
Also moved files common to occ_405/, occ_gpe0/, occ_gpe1/, etc, to a new common directory to keep src/ clean Change-Id: Ib45d70d048a135832592953c955a325d20fa19ae RTC: 163363 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33640 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/thread/chom.c')
-rwxr-xr-xsrc/occ_405/thread/chom.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/occ_405/thread/chom.c b/src/occ_405/thread/chom.c
index 1cc158f..44c17af 100755
--- a/src/occ_405/thread/chom.c
+++ b/src/occ_405/thread/chom.c
@@ -278,8 +278,6 @@ void chom_update_sensors()
{
for (j=0 ; j<MAX_NUM_MEM_CONTROLLERS ; j++)
{
- // TODO: Need to take a snapshot of the "max" field for that sensor and
- // redefine the mini-sensor information that we pass back to the Master
l_mem_rw = G_dcom_slv_outbox_rx[i].mrd2msp0mx[j]+G_dcom_slv_outbox_rx[i].mwr2msp0mx[j];
g_chom->sensorData[0].sensor[k].sample = l_mem_rw;
k++;
@@ -312,18 +310,6 @@ void chom_update_sensors()
}
-// Function Specification
-//
-// Name: chom_collect_cpi_data
-//
-// Description: collect CPI data
-//
-// End Function Specification
-void chom_collect_cpi_data(void)
-{
- // TODO
-}
-
// Function Specification
//
@@ -351,9 +337,6 @@ void chom_gen_periodic_log()
}
}
- // collect CPI data
- chom_collect_cpi_data();
-
/* @
* @errortype
* @moduleid THRD_MID_GEN_CALLHOME_LOG
OpenPOWER on IntegriCloud