Changeset 9c121991 in rtems
- Timestamp:
- 09/27/11 09:18:25 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 3c83d57a
- Parents:
- abd25309
- Location:
- cpukit/score/cpu
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/avr/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/avr/rtems/score/cpu.h
rabd25309 r9c121991 348 348 349 349 #define CPU_STRUCTURE_ALIGNMENT 350 351 #define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE 350 352 351 353 /* -
cpukit/score/cpu/bfin/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/bfin/rtems/score/cpu.h
rabd25309 r9c121991 356 356 */ 357 357 #define CPU_STRUCTURE_ALIGNMENT 358 359 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 358 360 359 361 /** -
cpukit/score/cpu/h8300/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/h8300/rtems/score/cpu.h
rabd25309 r9c121991 320 320 321 321 #define CPU_STRUCTURE_ALIGNMENT 322 323 #define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE 322 324 323 325 /* -
cpukit/score/cpu/i386/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/i386/rtems/score/cpu.h
rabd25309 r9c121991 85 85 #define CPU_STACK_GROWS_UP FALSE 86 86 #define CPU_STRUCTURE_ALIGNMENT 87 88 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 87 89 88 90 /* -
cpukit/score/cpu/lm32/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-08-18 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com> 2 7 -
cpukit/score/cpu/lm32/rtems/score/cpu.h
rabd25309 r9c121991 351 351 */ 352 352 #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (8))) 353 354 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 353 355 354 356 /** -
cpukit/score/cpu/m32c/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/m32c/rtems/score/cpu.h
rabd25309 r9c121991 360 360 #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (2))) 361 361 362 #define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE 362 363 363 364 /** -
cpukit/score/cpu/m32r/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/m32r/rtems/score/cpu.h
rabd25309 r9c121991 355 355 */ 356 356 #define CPU_STRUCTURE_ALIGNMENT 357 358 #define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE 357 359 358 360 /** -
cpukit/score/cpu/m68k/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/m68k/rtems/score/cpu.h
rabd25309 r9c121991 102 102 #define CPU_STACK_GROWS_UP FALSE 103 103 #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (4))) 104 105 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 104 106 105 107 /* -
cpukit/score/cpu/mips/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/mips/rtems/score/cpu.h
rabd25309 r9c121991 309 309 #define CPU_STRUCTURE_ALIGNMENT 310 310 #endif 311 312 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 311 313 312 314 /* -
cpukit/score/cpu/nios2/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-09-16 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 7 -
cpukit/score/cpu/nios2/rtems/score/cpu.h
rabd25309 r9c121991 67 67 68 68 #define CPU_STRUCTURE_ALIGNMENT __attribute__((section(".sdata"), aligned(32))) 69 70 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 69 71 70 72 #define CPU_BIG_ENDIAN FALSE -
cpukit/score/cpu/powerpc/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-08-30 Peter Dufault <dufault@hda.com> 2 7 -
cpukit/score/cpu/powerpc/rtems/score/cpu.h
rabd25309 r9c121991 144 144 #define CPU_STRUCTURE_ALIGNMENT \ 145 145 __attribute__ ((aligned (PPC_STRUCTURE_ALIGNMENT))) 146 147 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 146 148 147 149 /* -
cpukit/score/cpu/sh/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/sh/rtems/score/cpu.h
rabd25309 r9c121991 273 273 274 274 #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned(16))) 275 276 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 275 277 276 278 /* -
cpukit/score/cpu/sparc/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/sparc/rtems/score/cpu.h
rabd25309 r9c121991 209 209 */ 210 210 #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (16))) 211 212 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 211 213 212 214 /** -
cpukit/score/cpu/sparc64/ChangeLog
rabd25309 r9c121991 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1914/cpukit 4 * rtems/score/cpu.h: Select timestamp implementation. 5 1 6 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/cpu/sparc64/rtems/score/cpu.h
rabd25309 r9c121991 202 202 203 203 #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (16))) 204 205 #define CPU_TIMESTAMP_USE_INT64_INLINE TRUE 204 206 205 207 /*
Note: See TracChangeset
for help on using the changeset viewer.