summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/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/arm/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/arm/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index ae33b572af..089d429341 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -147,8 +147,6 @@
/* XXX Why 32? */
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (32)))
-#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
-
/*
* The interrupt mask disables only normal interrupts (IRQ).
*