summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2018-01-31 11:11:07 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2018-02-06 09:49:18 -0500
commitccdb19fba8c7b6e8623178d38564703896f4510b (patch)
tree4c43058bcf82beb515c96829afc435c01f4507f9
parentc9954444fc8df5fa0bd79b57ce8a6434a7e0714e (diff)
downloadtalos-occ-ccdb19fba8c7b6e8623178d38564703896f4510b.tar.gz
talos-occ-ccdb19fba8c7b6e8623178d38564703896f4510b.zip
Enable 24x7 on FSP systems
Change-Id: I5782d24fa4db5bd4b8f26625cee0fcef995f0def CQ: SW407903 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52987 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
-rwxr-xr-xsrc/occ_405/proc/proc_data.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/occ_405/proc/proc_data.c b/src/occ_405/proc/proc_data.c
index f6694ef..f1a0b35 100755
--- a/src/occ_405/proc/proc_data.c
+++ b/src/occ_405/proc/proc_data.c
@@ -39,8 +39,6 @@
#include "sensor.h"
#include "gpe_24x7_structs.h"
-extern uint8_t G_occ_interrupt_type;
-
//Global array of core data buffers
GPE_BUFFER(CoreData G_core_data[MAX_NUM_FW_CORES+NUM_CORE_DATA_DOUBLE_BUF+NUM_CORE_DATA_EMPTY_BUF]) = {{{0}}};
@@ -718,12 +716,6 @@ void task_24x7(task_t * i_task)
static uint8_t L_numTicks = 0x00; // never called since OCC started
static bool L_idle_trace = FALSE;
- // workaround SW407903 don't run 24x7 on FSP systems
- if(G_occ_interrupt_type == FSP_SUPPORTED_OCC)
- {
- return;
- }
-
if (!G_24x7_disabled)
{
// Schedule 24x7 task if idle
OpenPOWER on IntegriCloud