PR 1914/cpukit
	* rtems/score/cpu.h: Select timestamp implementation.
This commit is contained in:
Sebastian Huber
2011-09-27 09:14:03 +00:00
parent c976c706be
commit d063076340
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2011-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit
* rtems/score/cpu.h: Select timestamp implementation.
2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems/score/armv7m.h, armv7m-context-initialize.c,
+2
View File
@@ -151,6 +151,8 @@
/* XXX Why 32? */
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (32)))
#define CPU_TIMESTAMP_USE_INT64_INLINE TRUE
/*
* The interrupt mask disables only normal interrupts (IRQ).
*