summaryrefslogtreecommitdiffstats
path: root/src/usr/scom
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-11-13 10:35:37 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:28 -0600
commit3273e7387ba43cce84e8431acc414a943a687f36 (patch)
tree2de7206a9aa6e2b7a6cc134de09d6afc4ee68ab4 /src/usr/scom
parentb06ecf7fa73668849af09d5f4a372629516f3565 (diff)
downloadtalos-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.tar.gz
talos-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.zip
Remove all compile dependencies on old fapi
Change-Id: Ia1633645fe2b294fecd15a8ede67983b86d3549c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22283 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/scom')
-rw-r--r--src/usr/scom/runtime/handleSpecialWakeup.C9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usr/scom/runtime/handleSpecialWakeup.C b/src/usr/scom/runtime/handleSpecialWakeup.C
index e62721d5b..0a97b41dd 100644
--- a/src/usr/scom/runtime/handleSpecialWakeup.C
+++ b/src/usr/scom/runtime/handleSpecialWakeup.C
@@ -1,11 +1,12 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/usr/scom/disableSW.C $ */
+/* $Source: src/usr/scom/runtime/handleSpecialWakeup.C $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -33,9 +34,6 @@
#include <targeting/common/utilFilter.H>
#include <targeting/common/util.H>
-#include <fapi.H>
-#include <fapiPlatHwpInvoker.H>
-#include "p8_cpu_special_wakeup.H"
extern "C"
{
@@ -51,6 +49,8 @@ errlHndl_t handleSpecialWakeup(TARGETING::Target* i_exTarget,
{
errlHndl_t l_errl = NULL;
+ //@TODO RTC:132413 Add it back once we have fapi2 support
+#if 0
fapi::Target l_fapi_ex_target(TARGET_TYPE_EX_CHIPLET,
(const_cast<TARGETING::Target*>(i_exTarget)) );
@@ -84,6 +84,7 @@ errlHndl_t handleSpecialWakeup(TARGETING::Target* i_exTarget,
// capture the target data in the elog
ERRORLOG::ErrlUserDetailsTarget(i_exTarget).addToLog( l_errl );
}
+#endif
return l_errl;
}
OpenPOWER on IntegriCloud