From 9c121991d719a37fba3a853fe43624818acbca85 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 27 Sep 2011 09:18:25 +0000 Subject: 2011-09-27 Sebastian Huber PR 1914/cpukit * rtems/score/cpu.h: Select timestamp implementation. --- cpukit/score/cpu/nios2/rtems/score/cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/nios2/rtems/score/cpu.h') 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 -- cgit v1.2.3