summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-09-27 09:18:25 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-09-27 09:18:25 +0000
commit9c121991d719a37fba3a853fe43624818acbca85 (patch)
tree5473f0ae50f76ac178a2f386e1bba42927bf76bf /cpukit/score/cpu/nios2/rtems/score/cpu.h
parentTypo. (diff)
downloadrtems-9c121991d719a37fba3a853fe43624818acbca85.tar.bz2
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit * rtems/score/cpu.h: Select timestamp implementation.
Diffstat (limited to 'cpukit/score/cpu/nios2/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/nios2/rtems/score/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h
index 07f1f29179..898b91b425 100644
--- a/cpukit/score/cpu/nios2/rtems/score/cpu.h
+++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h
@@ -67,6 +67,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT __attribute__((section(".sdata"), aligned(32)))
+#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
+
#define CPU_BIG_ENDIAN FALSE
#define CPU_LITTLE_ENDIAN TRUE