summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2018-04-18 09:09:33 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-04-18 21:44:14 -0400
commit4219bfe6ab37daefd9e6123a0a38211cc5a4527f (patch)
tree563ab375c1c3701e5d9eeda023a2425ccfe98622
parent0cfb4a3859f19e0b5b94799b0d1c3a97f431ff43 (diff)
downloadtalos-sbe-4219bfe6ab37daefd9e6123a0a38211cc5a4527f.tar.gz
talos-sbe-4219bfe6ab37daefd9e6123a0a38211cc5a4527f.zip
p9_hcd_cache_scominit -- disable LCO unless using force_all_cores
Change-Id: I938d01f60907444b65b2f3b08d0fdfc59433dc79 CQ: SW424941 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57399 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: LUKE MURRAY <murrayl@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57404 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scominit.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scominit.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scominit.C
index 0884a953..a0c8784f 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scominit.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scominit.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -224,7 +224,7 @@ p9_hcd_cache_scominit(
FAPI_TRY(getScom(*l_iter, EX_L3_MODE_REG1, l_data64));
l_data64.insertFromRight<2, 4>(l_exid).insertFromRight<6, 16>(l_exlist);
- if (l_excount > 1)
+ if (l_attr_sys_force_all_cores && (l_excount > 1))
{
l_data64.setBit<0>();
}
OpenPOWER on IntegriCloud