Changeset 3f764a8 in rtems
- Timestamp:
- Sep 14, 2011, 2:16:56 PM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- e41cec3
- Parents:
- b4e4f25
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rb4e4f25 r3f764a8 1 2011-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 PR 1898/cpukit 4 * score/include/rtems/score/percpu.h: Use CPU_STRUCTURE_ALIGNMENT for 5 _Per_CPU_Information. 6 1 7 2011-09-11 Petr Benes <benesp16@fel.cvut.cz> 2 8 -
cpukit/score/include/rtems/score/percpu.h
rb4e4f25 r3f764a8 217 217 * This is an array of per CPU core information. 218 218 */ 219 extern Per_CPU_Control _Per_CPU_Information[] ;219 extern Per_CPU_Control _Per_CPU_Information[] CPU_STRUCTURE_ALIGNMENT; 220 220 221 221 #if defined(RTEMS_SMP)
Note: See TracChangeset
for help on using the changeset viewer.