summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h b/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h
index d9220186..026361be 100644
--- a/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h
+++ b/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HCODE Project */
/* */
-/* COPYRIGHT 2015,2018 */
+/* COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -32,7 +32,7 @@ typedef enum
ENABLE_WR_SCOPE = 0x0000000000000010,
// Due to HW423589, need to enable vector scope to all targets
-#if NIMBUS_DD_LEVEL == 20 || NIMBUS_DD_LEVEL >= 22
+#if NIMBUS_DD_LEVEL >= 20
ENABLE_RD_SCOPE = 0x0000000000000020,
VG_TARGET_1S = 0x0000000000000008,
#else
OpenPOWER on IntegriCloud