summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_dpll_initf.C
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/procedures/hwp/cache/p9_hcd_cache_dpll_initf.C')
-rw-r--r--import/chips/p9/procedures/hwp/cache/p9_hcd_cache_dpll_initf.C11
1 files changed, 1 insertions, 10 deletions
diff --git a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_dpll_initf.C b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_dpll_initf.C
index 80e757db..8e3b8723 100644
--- a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_dpll_initf.C
+++ b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_dpll_initf.C
@@ -55,19 +55,10 @@ p9_hcd_cache_dpll_initf(
{
FAPI_INF(">>p9_hcd_cache_dpll_initf");
-#ifndef P9_HCD_STOP_SKIP_SCAN
-
FAPI_DBG("Scanning Cache DPLL FUNC Rings");
- FAPI_TRY(fapi2::putRing(i_target, eq_dpll_func,
- fapi2::RING_MODE_HEADER_CHECK));
+ FAPI_TRY(fapi2::putRing(i_target, eq_dpll_func));
fapi_try_exit:
-
-#endif
-
FAPI_INF("<<p9_hcd_cache_dpll_initf");
return fapi2::current_err;
}
-
-
-
OpenPOWER on IntegriCloud