summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
index e50bdcde0..2d401661e 100644
--- a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
+++ b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
@@ -2008,7 +2008,7 @@ ReturnCode p9_xip_customize (
(uint64_t)fapi2::current_err );
// extract data
- l_filterPllBucket = (uint8_t)(*l_bufMvpdField);
+ l_filterPllBucket = (uint8_t)(*(l_bufMvpdField + 1));
FAPI_ASSERT( l_filterPllBucket <= MAX_FILTER_PLL_BUCKETS,
fapi2::XIPC_MVPD_AW_FIELD_VALUE_ERR().
OpenPOWER on IntegriCloud