summaryrefslogtreecommitdiffstats
path: root/pk/std/std_timebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/std/std_timebase.h')
-rw-r--r--pk/std/std_timebase.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/pk/std/std_timebase.h b/pk/std/std_timebase.h
index e88a9bc6..855320d5 100644
--- a/pk/std/std_timebase.h
+++ b/pk/std/std_timebase.h
@@ -15,13 +15,9 @@
#include "pk.h"
-//The timebase register is not yet supported in the STD model.
-//remove this line once it is supported.
-#define APPCFG_USE_DEC_FOR_TIMEBASE
-
#ifndef __ASSEMBLER__
-#ifndef APPCFG_USE_DEC_FOR_TIMEBASE
+#ifndef APPCFG_USE_EXT_TIMEBASE
static inline
uint32_t pk_timebase32_get(void)
{
@@ -32,7 +28,7 @@ uint32_t pk_timebase32_get(void)
//assembly function is defined in ppe42_timebase.S
uint32_t pk_timebase32_get(void);
-#endif /* APPCFG_USE_DEC_FOR_TIMEBASE */
+#endif /* APPCFG_USE_EXT_TIMEBASE */
#else
OpenPOWER on IntegriCloud