summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-05-09 13:14:12 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-05-10 16:28:11 -0400
commit456d9a44627ebb8d5693e2320705e13409e1d361 (patch)
tree25e38cc21d3c3afdc4eaff6aeef842ca8d41e5b4 /src/common
parentcf2258322bb72a2cd868f8eaef25e9a665077f4f (diff)
downloadtalos-occ-456d9a44627ebb8d5693e2320705e13409e1d361.tar.gz
talos-occ-456d9a44627ebb8d5693e2320705e13409e1d361.zip
Doorbell reorganization
Change-Id: I9c8aa4e4cd2272c213d063a27c019396928ebd94 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40290 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/global_app_cfg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/global_app_cfg.h b/src/common/global_app_cfg.h
index 859186e..81cf4db 100644
--- a/src/common/global_app_cfg.h
+++ b/src/common/global_app_cfg.h
@@ -34,6 +34,11 @@
// Turn off periodic GPE traces
#define PK_TRACE_TIMER_OUTPUT 0
+// Redefine the default MSR to mask off SIB errors and avoid data machine checks
+// These SIB errors probably occur due to contention on the PIB
+#define PK_THREAD_MACHINE_CONTEXT_DEFAULT (MSR_SEM | MSR_UIE | MSR_EE | MSR_ME)
+#define PPE42_MSR_INITIAL (MSR_SEM | MSR_ME)
+
// If we are using the OCB timebase then assume
// a frequency of 37.5Mhz. Otherwise, the default is to use
// the decrementer as a timebase and assume a frequency of
OpenPOWER on IntegriCloud