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/mips/ChangeLog | 5 +++++ cpukit/score/cpu/mips/rtems/score/cpu.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'cpukit/score/cpu/mips') diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index 505596092e..9d2f8110c6 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,8 @@ +2011-09-27 Sebastian Huber + + PR 1914/cpukit + * rtems/score/cpu.h: Select timestamp implementation. + 2011-07-24 Joel Sherrill * cpu.c: Remove /*PAGE markers which were interpreted by a long dead diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index 8d94aba5f6..f626636dab 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/rtems/score/cpu.h @@ -309,6 +309,8 @@ extern "C" { #define CPU_STRUCTURE_ALIGNMENT #endif +#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE + /* * Define what is required to specify how the network to host conversion * routines are handled. -- cgit v1.2.3