Skip to content

Commit

Permalink
Update core data collection MSR mask
Browse files Browse the repository at this point in the history
Change-Id: I9c6602c9a27f9bf0f13d9610ff04258729def7c1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43149
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
  • Loading branch information
wilbryan committed Jul 14, 2017
1 parent 2c3bf13 commit 2f3397d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/occ_gpe0/core_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -67,7 +67,7 @@ uint32_t get_core_data(uint32_t i_core,
// mask off resource occupied/offline errors - will return these)
// SIB rc 3-7 will machine check (unless already masked)
mtmsr((mfmsr() & ~(MSR_SIBRC | MSR_SIBRCA))
| 0xe0000000); //MASK SIBRC == 1 | SIBRC == 2
| 0xe8000000); //MASK SIBRC == 1 | SIBRC == 2 | SIBRC == 4

dts_sensor_result_reg_t dts_scom_data;

Expand Down

0 comments on commit 2f3397d

Please sign in to comment.