summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe
diff options
context:
space:
mode:
authorMichael Floyd <mfloyd@us.ibm.com>2017-06-27 12:16:24 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 18:00:55 -0500
commit70ff97a5487601077d108959e77adff1008436e8 (patch)
tree5115e7109d71edfc0db05c330e96071ca3899541 /import/chips/p9/procedures/ppe
parentbed4c8cd7e1a9338f631426aeb3e19451b0bc641 (diff)
downloadtalos-hcode-70ff97a5487601077d108959e77adff1008436e8.tar.gz
talos-hcode-70ff97a5487601077d108959e77adff1008436e8.zip
Fix DD LEVEL to support minor ECs
Change-Id: I658b545b74e4aab8b766b1424632c25edd76c73f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42513 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe')
-rw-r--r--import/chips/p9/procedures/ppe/pk/ppe42/div32.S2
-rw-r--r--import/chips/p9/procedures/ppe/pk/ppe42/math.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe/pk/ppe42/div32.S b/import/chips/p9/procedures/ppe/pk/ppe42/div32.S
index 9108e4e9..25a23d60 100644
--- a/import/chips/p9/procedures/ppe/pk/ppe42/div32.S
+++ b/import/chips/p9/procedures/ppe/pk/ppe42/div32.S
@@ -22,7 +22,7 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
-#if (!defined(PSTATE_GPE) || NIMBUS_DD_LEVEL==1)
+#if (!defined(PSTATE_GPE) || NIMBUS_DD_LEVEL==10)
.nolist
#include "ppe42_asm.h"
.list
diff --git a/import/chips/p9/procedures/ppe/pk/ppe42/math.c b/import/chips/p9/procedures/ppe/pk/ppe42/math.c
index a0fc0a5c..d6bd329c 100644
--- a/import/chips/p9/procedures/ppe/pk/ppe42/math.c
+++ b/import/chips/p9/procedures/ppe/pk/ppe42/math.c
@@ -38,7 +38,7 @@ extern "C"
#ifdef PSTATE_GPE
-#if (NIMBUS_DD_LEVEL != 1)
+#if (NIMBUS_DD_LEVEL != 10)
#include "ocb_register_addresses.h"
#define out64(addr, data) \
OpenPOWER on IntegriCloud