summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-09-03 00:33:46 -0500
committerAmit J. Tendolkar <amit.tendolkar@in.ibm.com>2015-11-06 05:41:37 -0600
commit1c14fbd22df97cda5ce4d65d2cf325461615cc91 (patch)
treeeb7e9a0dbec619fcb7fcade02e3d4fa99f1a2489 /import
parentbeaff28e2f7f74b40e9fc0ac384680d33ef26b10 (diff)
downloadtalos-sbe-1c14fbd22df97cda5ce4d65d2cf325461615cc91.tar.gz
talos-sbe-1c14fbd22df97cda5ce4d65d2cf325461615cc91.zip
Fix compilation issues in pervasive
Change-Id: I89ca6322b40fbc10353e520de9e08078bfa938fb Original-Change-Id: I8ea3fa77cdd4fac90cb72b06e71e947c2eb64b31 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20299 Tested-by: Jenkins Server Reviewed-by: Abhishek Agarwal <abagarw8@in.ibm.com> Reviewed-by: Derk Rembold <rembold@de.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21833 Reviewed-by: Amit J. Tendolkar <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/hwp/perv/p9_sbe_tp_switch_gears.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_switch_gears.C b/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_switch_gears.C
index 9ba7ee6f..ea0f8b4e 100644
--- a/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_switch_gears.C
+++ b/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_switch_gears.C
@@ -40,12 +40,12 @@ fapi2::ReturnCode p9_sbe_tp_switch_gears(const
fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target_chip)
{
FAPI_DBG("Entering ...");
-
+#if 0
FAPI_TRY(p9_sbe_gear_switcher_apply_i2c_bit_rate_divisor_setting(
i_target_chip));
FAPI_TRY(p9_sbe_gear_switcher_i2c_stop_sequence(i_target_chip));
-
+#endif
FAPI_DBG("Exiting ...");
fapi_try_exit:
OpenPOWER on IntegriCloud