From 948809ead9262fe86e78e303f3e5d1a19388f7ee Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 13 Nov 2013 09:32:01 -0600 Subject: IBSCOM Enablement and Error Handling Enable IBSCOM for Centaur DD2.x chips Add appropriate error handling Flip scom to FSI after IBSCOM fail Enable reconfig loop cleanup Code verified on hardware Change-Id: I394789b900e5779dded78dd5fbcc9b9257e856fb RTC: 69115 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7410 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi Reviewed-by: ADAM R. MUHLE Reviewed-by: A. Patrick Williams III --- src/runtime/rt_stdlib.C | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/runtime') diff --git a/src/runtime/rt_stdlib.C b/src/runtime/rt_stdlib.C index ec92badc6..ba1bc347a 100644 --- a/src/runtime/rt_stdlib.C +++ b/src/runtime/rt_stdlib.C @@ -23,6 +23,7 @@ #include #include #include +#include void* malloc(size_t s) { @@ -54,3 +55,8 @@ void* calloc(size_t num, size_t size) return mem; } + +void nanosleep( uint64_t sec, uint64_t nsec ) +{ + g_hostInterfaces->sleep(sec,nsec); +} -- cgit v1.2.1