summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-05-31 11:28:09 -0500
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2016-06-15 06:04:22 -0400
commit93526d05f7d71f6e542fc32fd05b0d520110ac25 (patch)
treec725d0f19a466ba68e069f8b3d1908d364a17fb3 /sbe/sbefw
parent5a7134ca3d20ab5731dff666e00f2059c53a20d0 (diff)
downloadtalos-sbe-93526d05f7d71f6e542fc32fd05b0d520110ac25.tar.gz
talos-sbe-93526d05f7d71f6e542fc32fd05b0d520110ac25.zip
Move prevasive procedures to SEEPROM
Change-Id: Ifc930b6b27f73e9dc44a5c03037e7c8a0192364e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25190 Tested-by: Jenkins Server Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/sbefw')
-rw-r--r--sbe/sbefw/sbecmdiplcontrol.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbe/sbefw/sbecmdiplcontrol.C b/sbe/sbefw/sbecmdiplcontrol.C
index 7a138340..3468accb 100644
--- a/sbe/sbefw/sbecmdiplcontrol.C
+++ b/sbe/sbefw/sbecmdiplcontrol.C
@@ -124,6 +124,9 @@ ReturnCode istepStartInstruction( sbeIstepHwp_t i_hwp);
ReturnCode istepWithCoreConditional( sbeIstepHwp_t i_hwp);
ReturnCode istepWithEqConditional( sbeIstepHwp_t i_hwp);
+// Using function pointer to force long call.
+p9_sbe_select_ex_FP_t p9_sbe_select_ex_hwp = &p9_sbe_select_ex;
+
//structure for mapping SBE wrapper and HWP functions
typedef struct
{
@@ -512,7 +515,7 @@ ReturnCode istepSelectEx( sbeIstepHwp_t i_hwp)
// TODO via RTC 135345
// Once multicast targets are supported, we may need to pass
// p9selectex::ALL as input.
- return p9_sbe_select_ex(proc, p9selectex::SINGLE);
+ return p9_sbe_select_ex_hwp(proc, p9selectex::SINGLE);
}
//----------------------------------------------------------------------------
OpenPOWER on IntegriCloud