summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300
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/h8300
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/h8300')
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog5
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/cpu.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index 4130cfd859..c82b0dcb93 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR 1914/cpukit
+ * rtems/score/cpu.h: Select timestamp implementation.
+
2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Remove /*PAGE markers which were interpreted by a long dead
diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h
index cf8a880f32..f86f800dbc 100644
--- a/cpukit/score/cpu/h8300/rtems/score/cpu.h
+++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h
@@ -320,6 +320,8 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT
+#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
+
/*
* Define what is required to specify how the network to host conversion
* routines are handled.