summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-21 13:57:18 -0500
committerSimon Glass <sjg@chromium.org>2015-05-05 20:58:18 -0600
commit909bd6d9729cb0c6ba6b80cdc283bbd3e1e12770 (patch)
tree8e7c974481e3b8979f76a8f687c09bd04b4b6529 /arch/sandbox/cpu
parent905e8f9e53766e606bd4a0ed46d804889e613f32 (diff)
downloadtalos-obmc-uboot-909bd6d9729cb0c6ba6b80cdc283bbd3e1e12770.tar.gz
talos-obmc-uboot-909bd6d9729cb0c6ba6b80cdc283bbd3e1e12770.zip
sandbox: Add test function to advance time
Add a function that maintains an offset to include in the system timer values returned from the lib/time.c APIs. This will allow timeouts to be skipped instantly in tests Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/cpu')
-rw-r--r--arch/sandbox/cpu/cpu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c
index 168f2efa33..b6aae3718a 100644
--- a/arch/sandbox/cpu/cpu.c
+++ b/arch/sandbox/cpu/cpu.c
@@ -45,11 +45,6 @@ void __udelay(unsigned long usec)
os_usleep(usec);
}
-unsigned long __attribute__((no_instrument_function)) timer_get_us(void)
-{
- return os_get_nsec() / 1000;
-}
-
int cleanup_before_linux(void)
{
return 0;
OpenPOWER on IntegriCloud