summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/timemgr.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-03-05 10:01:45 -0600
committerPatrick Williams <iawillia@us.ibm.com>2011-03-05 10:01:45 -0600
commit706243ac48cf646d503a3f1ec9e6a28c916694bd (patch)
tree5d583486a145a9646eccb9d3c4bce4dad45a2a84 /src/include/kernel/timemgr.H
parent5c20d316d21e231daee6455f0a78d5940d59cf23 (diff)
downloadtalos-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.tar.gz
talos-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.zip
Merge of PowerHAL project up to commit:
dd45c30bd53d8e6c123165b83842d08117558a3c
Diffstat (limited to 'src/include/kernel/timemgr.H')
-rw-r--r--src/include/kernel/timemgr.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kernel/timemgr.H b/src/include/kernel/timemgr.H
index 78de82216..acd4361c2 100644
--- a/src/include/kernel/timemgr.H
+++ b/src/include/kernel/timemgr.H
@@ -2,7 +2,7 @@
#define __KERNEL_TIMEMGR_H
#include <kernel/types.h>
-#include <kernel/ppcarch.H>
+#include <arch/ppc.H>
#include <util/locked/pqueue.H>
#include <kernel/spinlock.H>
@@ -33,7 +33,7 @@ class TimeManager
static uint64_t getCurrentTimeBase()
{
- return ppc_getTB();
+ return getTB();
};
static uint64_t convertSecToTicks(uint64_t i_sec, uint64_t i_nsec);
OpenPOWER on IntegriCloud