summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2018-01-24 03:02:32 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-26 22:34:42 -0500
commit15f82bd95cd74099115fec42d81b1a4aa38ba662 (patch)
treee2d64758b4c0c952992fbb8745c162b84e20c510 /src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
parent699a2315f4ac2fde790be769797c57f09207125b (diff)
downloadtalos-sbe-15f82bd95cd74099115fec42d81b1a4aa38ba662.tar.gz
talos-sbe-15f82bd95cd74099115fec42d81b1a4aa38ba662.zip
Remove workaround for DD1 SW reset for XIVE
Change-Id: Ic2cf3510350aa00c0641cc910824000bf58d8276 RTC: 177741 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52512 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52515 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
index d60d4ca1..4090d4ed 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -124,12 +124,6 @@ extern "C" {
fapi2::ReturnCode p9_pm_check_quiesce(
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
- /// @brief Helper function to scrub all the caches for Int
- /// @param[in] i_target => P9 chip target
- /// @return FAPI_RC_SUCCESS if the scrube completes successfully
- fapi2::ReturnCode p9_int_scrub_caches(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
-
} //extern "C"
#endif //_P9_SBE_CHECK_QUIESCE_H_
OpenPOWER on IntegriCloud