summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2016-06-17 06:55:23 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-01 11:45:32 -0400
commit1b5008fbb99f5fdcc23b2b5e3ed105201aeb1132 (patch)
treef7486058b4ca04fef34f85d88a49dde28c3f6e32 /src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
parent5dddd1788345907e1f6dd2c544d31b84026320fb (diff)
downloadtalos-hostboot-1b5008fbb99f5fdcc23b2b5e3ed105201aeb1132.tar.gz
talos-hostboot-1b5008fbb99f5fdcc23b2b5e3ed105201aeb1132.zip
Level 1 HWP for p9_stopclocks
Removed -skip_ex0 & -skip_ex1 input arguments Change-Id: I048a8310ff3d0d71f8378e441f90adb545892e7f RTC:148842 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25979 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Johannes Koesters <koesters@de.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27582 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
index 1215b2143..99b5c7b4e 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
@@ -49,8 +49,7 @@
fapi2::ReturnCode
p9_hcd_cache_stopclocks(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target,
- const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions,
- const p9hcd::P9_HCD_EX_CTRL_CONSTANTS i_select_ex)
+ const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions)
{
FAPI_INF(">>p9_hcd_cache_stopclocks");
OpenPOWER on IntegriCloud