mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2003-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Per PR315, eliminate warning for structure alignment requests that are too large.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-01-03 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems/score/cpu.h: Per PR315, eliminate warning for structure
|
||||
alignment requests that are too large.
|
||||
|
||||
2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require autoconf-2.57 + automake-1.7.2.
|
||||
|
||||
@@ -276,13 +276,12 @@ extern "C" {
|
||||
* To benefit from using this, the data must be heavily
|
||||
* used so it will stay in the cache and used frequently enough
|
||||
* in the executive to justify turning this on.
|
||||
*
|
||||
* This is really not critical on the POSIX simulator ports as
|
||||
* performance is not the goal here.
|
||||
*/
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (32)))
|
||||
#else
|
||||
#define CPU_STRUCTURE_ALIGNMENT
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define what is required to specify how the network to host conversion
|
||||
|
||||
Reference in New Issue
Block a user