summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/epiphany/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-25 08:54:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-25 12:05:10 +0100
commit01b32d44a41e2959927dea4dafd786a11afc901b (patch)
treec88ef9ede5004d217a2a95604c21f0335b79d724 /cpukit/score/cpu/epiphany/rtems/score/cpu.h
parentpowerpc/gen83xx: Add per-section compilation and linking support. (diff)
downloadrtems-01b32d44a41e2959927dea4dafd786a11afc901b.tar.bz2
score: Delete obsolete CPU_TIMESTAMP_* defines
Update #2271.
Diffstat (limited to 'cpukit/score/cpu/epiphany/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/epiphany/rtems/score/cpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/cpu/epiphany/rtems/score/cpu.h b/cpukit/score/cpu/epiphany/rtems/score/cpu.h
index d0cbb64b44..967b8021ba 100644
--- a/cpukit/score/cpu/epiphany/rtems/score/cpu.h
+++ b/cpukit/score/cpu/epiphany/rtems/score/cpu.h
@@ -813,10 +813,6 @@ void _CPU_Context_Initialize(
#endif
-#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC FALSE
-#define CPU_TIMESTAMP_USE_INT64 TRUE
-#define CPU_TIMESTAMP_USE_INT64_INLINE FALSE
-
typedef struct {
/* There is no CPU specific per-CPU state */
} CPU_Per_CPU_control;