summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat/fapiPlatUtil.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatUtil.C')
-rw-r--r--src/usr/hwpf/plat/fapiPlatUtil.C7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatUtil.C b/src/usr/hwpf/plat/fapiPlatUtil.C
index 596802b4c..dcf83d3b5 100644
--- a/src/usr/hwpf/plat/fapiPlatUtil.C
+++ b/src/usr/hwpf/plat/fapiPlatUtil.C
@@ -92,14 +92,7 @@ void fapiAssert(bool i_expression)
fapi::ReturnCode fapiDelay(uint64_t i_nanoSeconds, uint64_t i_simCycles)
{
FAPI_DBG( INFO_MRK "delay %lld nanosec", i_nanoSeconds );
-#ifndef __HOSTBOOT_RUNTIME
nanosleep( 0, i_nanoSeconds );
-#else
- if(g_hostInterfaces && g_hostInterfaces->nanosleep)
- {
- g_hostInterfaces->nanosleep(0, i_nanoSeconds);
- }
-#endif
return fapi::FAPI_RC_SUCCESS;
}
OpenPOWER on IntegriCloud