summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-07-19 13:49:58 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-07-31 12:24:33 -0400
commitad20498a1a7b857517759cbb173fe9d936107d63 (patch)
treecba05569f1cc0c6f69ef6d46cb630a08aed5627c /src/include/usr
parentfadc1f7542d63ef55f383cf922db86d4f5e48ffe (diff)
downloadtalos-hostboot-ad20498a1a7b857517759cbb173fe9d936107d63.tar.gz
talos-hostboot-ad20498a1a7b857517759cbb173fe9d936107d63.zip
Fix race condition between INTR and SBEIO
Fixed a race condition in clearing out the PSU interrupt register that existed between the INTR and SBEIO code. We can sometimes lose interrupts for SBE PSU operations which leads to a timeout. Also added code to look for SBE errors if a PSU operation times out Change-Id: I8cdcdcc08956b038bcc65ad7e00a34719bf14c61 CQ: SW396057 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43339 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/intr/interrupt.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/usr/intr/interrupt.H b/src/include/usr/intr/interrupt.H
index aa0e8cdab..3f4d0e8dd 100644
--- a/src/include/usr/intr/interrupt.H
+++ b/src/include/usr/intr/interrupt.H
@@ -268,7 +268,6 @@ namespace INTR
* drain */
void drainQueue(void);
-
};
#endif
OpenPOWER on IntegriCloud