summaryrefslogtreecommitdiffstats
path: root/src/occ_405/proc
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2018-06-28 12:23:30 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2018-06-29 14:07:25 -0400
commitbc0c2332263be3b8615c7ff04a3373cfd57f7a57 (patch)
treed16174f34f14bcb5d3b34e9d7ca7f47d6d7f21e9 /src/occ_405/proc
parent18583159ffc2ca1b75a5c1491485c7befad93b72 (diff)
downloadtalos-occ-bc0c2332263be3b8615c7ff04a3373cfd57f7a57.tar.gz
talos-occ-bc0c2332263be3b8615c7ff04a3373cfd57f7a57.zip
Prevent calling out DIMMs and Centaurs due to GPE issues
Change-Id: If977941c59a60c4e4fcd0d9759a83b3b0d0c5dd9 CQ: SW433604 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61579 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/proc')
-rwxr-xr-xsrc/occ_405/proc/proc_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/proc/proc_data.c b/src/occ_405/proc/proc_data.c
index f1a0b35..c2eb17f 100755
--- a/src/occ_405/proc/proc_data.c
+++ b/src/occ_405/proc/proc_data.c
@@ -716,7 +716,8 @@ void task_24x7(task_t * i_task)
static uint8_t L_numTicks = 0x00; // never called since OCC started
static bool L_idle_trace = FALSE;
- if (!G_24x7_disabled)
+ // Schedule 24x7 task if it hasn't been disabled
+ if( (!G_24x7_disabled) && !(G_internal_flags & INT_FLAG_DISABLE_24X7) )
{
// Schedule 24x7 task if idle
if (!async_request_is_idle(&G_24x7_request.request))
OpenPOWER on IntegriCloud