summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_throttle_mem.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_throttle_mem.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_throttle_mem.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_throttle_mem.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_throttle_mem.C
index e1c27e4b3..15783f487 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_throttle_mem.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_throttle_mem.C
@@ -53,8 +53,8 @@ extern "C"
for (const auto& l_mca : mss::find_targets<fapi2::TARGET_TYPE_MCA> (i_target))
{
- uint32_t l_runtime_port = 0;
- uint32_t l_runtime_slot = 0;
+ uint16_t l_runtime_port = 0;
+ uint16_t l_runtime_slot = 0;
uint32_t l_throttle_denominator = 0;
FAPI_TRY( mss::mem_m_dram_clocks( l_mca, l_throttle_denominator) );
OpenPOWER on IntegriCloud