summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2017-04-16 17:08:31 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:26:21 -0500
commitebe37128ad3e18a332c0df3b9fe77f62230e1fd5 (patch)
tree29784d7478809fa11d0e6000d3372bb928a6460f /import/chips/p9/common
parent1711f9986e6a12ca3b7ceb5c54522033ec2cce85 (diff)
downloadtalos-hcode-ebe37128ad3e18a332c0df3b9fe77f62230e1fd5.tar.gz
talos-hcode-ebe37128ad3e18a332c0df3b9fe77f62230e1fd5.zip
STOP: Add queued scom support to CME
Change-Id: I2cbcfe1a33e51c114b539fece5e03db130579cd9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39304 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
-rw-r--r--import/chips/p9/common/pmlib/include/cmehw_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/include/cmehw_common.h b/import/chips/p9/common/pmlib/include/cmehw_common.h
index 65abb697..b3bfae1c 100644
--- a/import/chips/p9/common/pmlib/include/cmehw_common.h
+++ b/import/chips/p9/common/pmlib/include/cmehw_common.h
@@ -57,7 +57,7 @@ enum CME_SCOM_CONTROLS
#if defined(USE_CME_QUEUED_SCOM) && defined(USE_PPE_IMPRECISE_MODE)
#define CME_GETSCOM(addr, core, scom_op, data) \
- PPE_LVD(CME_SCOM_ADDR(addr, core, CME_SCOM_QUEUED), data);
+ PPE_LVD(CME_SCOM_ADDR(addr, core, scom_op), data);
#define CME_PUTSCOM(addr, core, data) \
putscom_norc(CME_SCOM_ADDR(addr, core, CME_SCOM_QUEUED), data);
#else
OpenPOWER on IntegriCloud