PR 1898/cpukit
	* score/include/rtems/score/percpu.h: Use CPU_STRUCTURE_ALIGNMENT for
	_Per_CPU_Information.
This commit is contained in:
Sebastian Huber
2011-09-14 14:16:56 +00:00
parent b4e4f256b0
commit 3f764a8d0d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2011-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1898/cpukit
* score/include/rtems/score/percpu.h: Use CPU_STRUCTURE_ALIGNMENT for
_Per_CPU_Information.
2011-09-11 Petr Benes <benesp16@fel.cvut.cz>
PR 1896/cpukit

View File

@@ -216,7 +216,7 @@ typedef struct {
*
* This is an array of per CPU core information.
*/
extern Per_CPU_Control _Per_CPU_Information[];
extern Per_CPU_Control _Per_CPU_Information[] CPU_STRUCTURE_ALIGNMENT;
#if defined(RTEMS_SMP)
/**